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 public:
41 // destructor thunk
42 // NOLINTBEGIN
43
44 // NOLINTEND
45 };
46
47public:
48 // member variables
49 // NOLINTBEGIN
54 // NOLINTEND
55
56public:
57 // prevent constructor by default
61};
62
63} // namespace webrtc
Definition AsyncAudioProcessing.h:18
Definition AsyncAudioProcessing.h:10
Definition RefCountInterface.h:10
Definition Alias.h:14