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