LeviLamina
Loading...
Searching...
No Matches
AudioProcessorInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/external/webrtc/RefCountInterface.h"
7
8
namespace
webrtc {
9
10
class
AudioProcessorInterface
:
public
::webrtc::RefCountInterface
{
11
public
:
12
// AudioProcessorInterface inner types declare
13
// clang-format off
14
struct
AudioProcessorStatistics
;
15
// clang-format on
16
17
// AudioProcessorInterface inner types define
18
struct
AudioProcessorStatistics {
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::UntypedStorage<1, 1>
mUnk6c30eb;
23
::ll::UntypedStorage<8, 112>
mUnk5c571e;
24
// NOLINTEND
25
26
public
:
27
// prevent constructor by default
28
AudioProcessorStatistics& operator=(AudioProcessorStatistics
const
&);
29
AudioProcessorStatistics(AudioProcessorStatistics
const
&);
30
AudioProcessorStatistics();
31
32
public
:
33
// member functions
34
// NOLINTBEGIN
35
MCNAPI
~AudioProcessorStatistics
();
36
// NOLINTEND
37
38
public
:
39
// destructor thunk
40
// NOLINTBEGIN
41
MCNAPI
void
$dtor
();
42
// NOLINTEND
43
};
44
45
public
:
46
// virtual functions
47
// NOLINTBEGIN
48
virtual ::webrtc::AudioProcessorInterface::AudioProcessorStatistics GetStats(
bool
) = 0;
49
50
virtual
~AudioProcessorInterface
()
/*override*/
=
default
;
51
// NOLINTEND
52
53
public
:
54
// virtual function thunks
55
// NOLINTBEGIN
56
57
// NOLINTEND
58
};
59
60
}
// namespace webrtc
webrtc::AudioProcessorInterface
Definition
AudioProcessorInterface.h:10
webrtc::RefCountInterface
Definition
RefCountInterface.h:10
ll::UntypedStorage
Definition
Alias.h:14
webrtc::AudioProcessorInterface::AudioProcessorStatistics
Definition
AudioProcessorInterface.h:18
webrtc::AudioProcessorInterface::AudioProcessorStatistics::~AudioProcessorStatistics
MCAPI ~AudioProcessorStatistics()
webrtc::AudioProcessorInterface::AudioProcessorStatistics::$dtor
MCAPI void $dtor()
src
mc
external
webrtc
AudioProcessorInterface.h
Generated on
for LeviLamina by
1.16.1