LeviLamina
Loading...
Searching...
No Matches
AudioProcessorInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
webrtc {
6
7
class
AudioProcessorInterface
{
8
public
:
9
// AudioProcessorInterface inner types declare
10
// clang-format off
11
struct
AudioProcessorStatistics
;
12
// clang-format on
13
14
// AudioProcessorInterface inner types define
15
struct
AudioProcessorStatistics
{
16
public
:
17
// member functions
18
// NOLINTBEGIN
19
MCAPI
~AudioProcessorStatistics
();
20
// NOLINTEND
21
22
public
:
23
// destructor thunk
24
// NOLINTBEGIN
25
MCAPI
void
$dtor();
26
// NOLINTEND
27
};
28
};
29
30
}
// namespace webrtc
webrtc::AudioProcessorInterface
Definition
AudioProcessorInterface.h:7
webrtc::AudioProcessorInterface::AudioProcessorStatistics
Definition
AudioProcessorInterface.h:15
src
mc
external
webrtc
AudioProcessorInterface.h
Generated on Sat Apr 26 2025 05:55:42 for LeviLamina by
1.12.0