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#include "mc/external/webrtc/ScalabilityMode.h"
8
9namespace webrtc {
10
12public:
13 // member variables
14 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 RtpCodecCapability& operator=(RtpCodecCapability const&);
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual ~RtpCodecCapability() /*override*/;
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 // destructor thunk
47 // NOLINTBEGIN
48 MCNAPI void $dtor();
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
57
58} // namespace webrtc
Definition Alias.h:14
Definition RtpCodecCapability.h:11
MCAPI RtpCodecCapability(::webrtc::RtpCodecCapability const &)
static MCAPI void ** $vftable()
MCAPI void * $ctor(::webrtc::RtpCodecCapability const &)
Definition RtpCodec.h:7