LeviLamina
Loading...
Searching...
No Matches
ProcessingConfig.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
webrtc {
6
7
class
ProcessingConfig
{
8
public
:
9
// ProcessingConfig inner types define
10
enum class
StreamName :
int
{
11
KInputStream = 0,
12
KOutputStream = 1,
13
KReverseInputStream = 2,
14
KReverseOutputStream = 3,
15
KNumStreamNames = 4,
16
};
17
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<8, 96>
mUnk80df07;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
ProcessingConfig
& operator=(
ProcessingConfig
const
&);
27
ProcessingConfig
(
ProcessingConfig
const
&);
28
ProcessingConfig
();
29
};
30
31
}
// namespace webrtc
webrtc::ProcessingConfig
Definition
ProcessingConfig.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
external
webrtc
ProcessingConfig.h
Generated on Sat Apr 26 2025 05:55:43 for LeviLamina by
1.12.0