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
8namespace webrtc {
9
11public:
12 // AudioProcessorInterface inner types declare
13 // clang-format off
15 // clang-format on
16
17 // AudioProcessorInterface inner types define
19 public:
20 // member variables
21 // NOLINTBEGIN
24 // NOLINTEND
25
26 public:
27 // prevent constructor by default
31
32 public:
33 // member functions
34 // NOLINTBEGIN
36 // NOLINTEND
37
38 public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCNAPI void $dtor();
42 // NOLINTEND
43 };
44
45public:
46 // virtual functions
47 // NOLINTBEGIN
48 // vIndex: 3
49 virtual ::webrtc::AudioProcessorInterface::AudioProcessorStatistics GetStats(bool) = 0;
50
51 // vIndex: 2
52 virtual ~AudioProcessorInterface() /*override*/ = default;
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58
59 // NOLINTEND
60};
61
62} // namespace webrtc
Definition AudioProcessorInterface.h:10
Definition RefCountInterface.h:10
Definition Alias.h:14
Definition AudioProcessorInterface.h:18