LeviLamina
Loading...
Searching...
No Matches
CodecList.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/external/webrtc/RTCErrorOr.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
webrtc {
struct
Codec
; }
11
// clang-format on
12
13
namespace
webrtc {
14
15
class
CodecList {
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 24>
mUnk27d008;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
CodecList& operator=(CodecList
const
&);
25
CodecList(CodecList
const
&);
26
CodecList();
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCNAPI
void
CheckConsistency
();
32
33
MCNAPI ::webrtc::CodecList&
operator=
(
::webrtc::CodecList
&&);
34
35
MCNAPI
~CodecList
();
36
// NOLINTEND
37
38
public
:
39
// static functions
40
// NOLINTBEGIN
41
MCNAPI static ::webrtc::RTCErrorOr<::webrtc::CodecList>
Create
(::std::vector<::webrtc::Codec>
const
& codecs);
42
// NOLINTEND
43
44
public
:
45
// destructor thunk
46
// NOLINTBEGIN
47
MCNAPI
void
$dtor
();
48
// NOLINTEND
49
};
50
51
}
// namespace webrtc
webrtc::CodecList
Definition
CodecList.h:15
webrtc::CodecList::operator=
MCAPI::webrtc::CodecList & operator=(::webrtc::CodecList &&)
webrtc::CodecList::$dtor
MCAPI void $dtor()
webrtc::CodecList::~CodecList
MCAPI ~CodecList()
webrtc::CodecList::CheckConsistency
MCAPI void CheckConsistency()
webrtc::CodecList::Create
static MCAPI ::webrtc::RTCErrorOr<::webrtc::CodecList > Create(::std::vector<::webrtc::Codec > const &codecs)
ll::UntypedStorage
Definition
Alias.h:14
webrtc::Codec
Definition
Codec.h:13
src
mc
external
webrtc
CodecList.h
Generated on
for LeviLamina by
1.16.1