LeviLamina
Loading...
Searching...
No Matches
RtpSenderInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // prevent constructor by default
10 RtpSenderInfo& operator=(RtpSenderInfo const&);
12
13public:
14 // member functions
15 // NOLINTBEGIN
17
18 MCAPI ~RtpSenderInfo();
19 // NOLINTEND
20
21public:
22 // constructor thunks
23 // NOLINTBEGIN
24 MCAPI void* $ctor(::webrtc::RtpSenderInfo&&);
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30 MCAPI void $dtor();
31 // NOLINTEND
32};
33
34} // namespace webrtc
Definition RtpSenderInfo.h:7