LeviLamina
Loading...
Searching...
No Matches
AsyncAudioProcessing.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 // AsyncAudioProcessing inner types declare
13 // clang-format off
14 class Factory;
15 // clang-format on
16
17 // AsyncAudioProcessing inner types define
19 public:
20 // member variables
21 // NOLINTBEGIN
25 // NOLINTEND
26
27 public:
28 // prevent constructor by default
29 Factory& operator=(Factory const&);
30 Factory(Factory const&);
31 Factory();
32
33 public:
34 // virtual functions
35 // NOLINTBEGIN
36 // vIndex: 2
37 virtual ~Factory() /*override*/ = default;
38 // NOLINTEND
39 };
40
41public:
42 // member variables
43 // NOLINTBEGIN
48 // NOLINTEND
49
50public:
51 // prevent constructor by default
55};
56
57} // namespace webrtc
Definition AsyncAudioProcessing.h:18
Definition AsyncAudioProcessing.h:10
Definition RefCountInterface.h:10
Definition Alias.h:14