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&);
13
14public:
15 // member functions
16 // NOLINTBEGIN
18
20 // NOLINTEND
21
22public:
23 // constructor thunks
24 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCNAPI void $dtor();
32 // NOLINTEND
33};
34
35} // namespace webrtc
Definition RtpSenderInfo.h:7
MCAPI void * $ctor(::webrtc::RtpSenderInfo &&)
MCAPI RtpSenderInfo(::webrtc::RtpSenderInfo &&)