LeviLamina
Loading...
Searching...
No Matches
RtpParameters.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // member variables
10 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI RtpParameters();
24
26
27 MCAPI ::webrtc::RtpParameters& operator=(::webrtc::RtpParameters const&);
28
29 MCAPI ~RtpParameters();
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCAPI void* $ctor();
36
37 MCAPI void* $ctor(::webrtc::RtpParameters const&);
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCAPI void $dtor();
44 // NOLINTEND
45};
46
47} // namespace webrtc
Definition Alias.h:14
Definition RtpParameters.h:7