LeviLamina
Loading...
Searching...
No Matches
VideoDecoder.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
webrtc {
6
7
class
VideoDecoder
{
8
public
:
9
// VideoDecoder inner types declare
10
// clang-format off
11
struct
DecoderInfo
;
12
// clang-format on
13
14
// VideoDecoder inner types define
15
struct
DecoderInfo {
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 32>
mUnk543411;
20
::ll::UntypedStorage<1, 1>
mUnkd8f66f;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
DecoderInfo& operator=(DecoderInfo
const
&);
26
DecoderInfo(DecoderInfo
const
&);
27
DecoderInfo();
28
};
29
};
30
31
}
// namespace webrtc
webrtc::VideoDecoder
Definition
VideoDecoder.h:7
ll::UntypedStorage
Definition
Alias.h:14
webrtc::VideoDecoder::DecoderInfo
Definition
VideoDecoder.h:15
src
mc
external
webrtc
VideoDecoder.h
Generated on
for LeviLamina by
1.16.1