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