LeviLamina
Loading...
Searching...
No Matches
CustomProcessing.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/external/webrtc/AudioProcessing.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
webrtc {
class
AudioBuffer; }
11
// clang-format on
12
13
namespace
webrtc {
14
15
class
CustomProcessing
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
// vIndex: 0
20
virtual
void
Initialize(
int
,
int
) = 0;
21
22
// vIndex: 1
23
virtual
void
Process(
::webrtc::AudioBuffer
*) = 0;
24
25
// vIndex: 2
26
virtual ::std::string ToString()
const
= 0;
27
28
// vIndex: 3
29
virtual
void
SetRuntimeSetting(
::webrtc::AudioProcessing::RuntimeSetting
);
30
31
// vIndex: 4
32
virtual
~CustomProcessing
() =
default
;
33
// NOLINTEND
34
35
public
:
36
// destructor thunk
37
// NOLINTBEGIN
38
39
// NOLINTEND
40
41
public
:
42
// virtual function thunks
43
// NOLINTBEGIN
44
45
// NOLINTEND
46
};
47
48
}
// namespace webrtc
webrtc::AudioBuffer
Definition
AudioBuffer.h:7
webrtc::AudioProcessing::RuntimeSetting
Definition
AudioProcessing.h:376
webrtc::CustomProcessing
Definition
CustomProcessing.h:15
src
mc
external
webrtc
CustomProcessing.h
Generated on Sat Apr 26 2025 05:55:42 for LeviLamina by
1.12.0