LeviLamina
Loading...
Searching...
No Matches
RtpCodecCapability.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RtpCodec.h"
7
8namespace webrtc {
9
11public:
12 // member variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 RtpCodecCapability& operator=(RtpCodecCapability const&);
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 0
26 virtual ~RtpCodecCapability() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
33
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40 MCNAPI void* $ctor();
41
42 MCNAPI void* $ctor(::webrtc::RtpCodecCapability const&);
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCNAPI static void** $vftable();
49 // NOLINTEND
50};
51
52} // namespace webrtc
Definition Alias.h:14
Definition RtpCodecCapability.h:10
MCAPI RtpCodecCapability(::webrtc::RtpCodecCapability const &)
static MCAPI void ** $vftable()
MCAPI void * $ctor(::webrtc::RtpCodecCapability const &)
Definition RtpCodec.h:7