LeviLamina
Loading...
Searching...
No Matches
RtpCodecParameters.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
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
19 RtpCodecParameters& operator=(RtpCodecParameters const&);
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual ~RtpCodecParameters() /*override*/;
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
38 MCNAPI void* $ctor();
39
40 MCNAPI void* $ctor(::webrtc::RtpCodecParameters const&);
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCNAPI void $dtor();
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCNAPI static void** $vftable();
53 // NOLINTEND
54};
55
56} // namespace webrtc
Definition Alias.h:14
Definition RtpCodecParameters.h:10
MCAPI RtpCodecParameters(::webrtc::RtpCodecParameters const &)
static MCAPI void ** $vftable()
MCAPI void * $ctor(::webrtc::RtpCodecParameters const &)
Definition RtpCodec.h:7