LeviLamina
Loading...
Searching...
No Matches
AudioFrame.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
webrtc {
6
7
class
AudioFrame {
8
public
:
9
// AudioFrame inner types define
10
enum class
SpeechType :
int
{
11
KNormalSpeech = 0,
12
KPLC = 1,
13
KCNG = 2,
14
KPLCCNG = 3,
15
KCodecPLC = 5,
16
KUndefined = 4,
17
};
18
19
enum class
VADActivity :
int
{
20
KVadActive = 0,
21
KVadPassive = 1,
22
KVadUnknown = 2,
23
};
24
25
enum : uint64 {
26
KMaxDataSizeSamples = 7680,
27
KMaxDataSizeBytes = 15360,
28
};
29
30
public
:
31
// member variables
32
// NOLINTBEGIN
33
::ll::UntypedStorage<4, 4>
mUnk46d765;
34
::ll::UntypedStorage<8, 8>
mUnk84f962;
35
::ll::UntypedStorage<8, 8>
mUnk8b9add;
36
::ll::UntypedStorage<8, 8>
mUnkd1e747;
37
::ll::UntypedStorage<4, 4>
mUnkafe6ee;
38
::ll::UntypedStorage<8, 8>
mUnkdd3ca5;
39
::ll::UntypedStorage<4, 4>
mUnke4e59c;
40
::ll::UntypedStorage<4, 4>
mUnk8c1cbb;
41
::ll::UntypedStorage<4, 4>
mUnk43377f;
42
::ll::UntypedStorage<8, 8>
mUnk975e3d;
43
::ll::UntypedStorage<8, 8>
mUnk37caba;
44
::ll::UntypedStorage<2, 15360>
mUnk87193a;
45
::ll::UntypedStorage<1, 1>
mUnkdafa84;
46
::ll::UntypedStorage<8, 16>
mUnk393e15;
47
// NOLINTEND
48
49
public
:
50
// prevent constructor by default
51
AudioFrame& operator=(AudioFrame
const
&);
52
AudioFrame(AudioFrame
const
&);
53
AudioFrame();
54
};
55
56
}
// namespace webrtc
ll::UntypedStorage
Definition
Alias.h:14
src
mc
external
webrtc
AudioFrame.h
Generated on
for LeviLamina by
1.16.1