LeviLamina
Loading...
Searching...
No Matches
LocalAudioSource.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/scoped_refptr.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cricket { struct AudioOptions; }
11// clang-format on
12
13namespace webrtc {
14
16public:
17 // member functions
18 // NOLINTBEGIN
19 MCAPI void Initialize(::cricket::AudioOptions const*);
20 // NOLINTEND
21
22public:
23 // static functions
24 // NOLINTBEGIN
25 MCAPI static ::webrtc::scoped_refptr<::webrtc::LocalAudioSource> Create(::cricket::AudioOptions const*);
26 // NOLINTEND
27
28public:
29 // vftables
30 // NOLINTBEGIN
31 MCAPI static void** $vftableForRefCountInterface();
32
33 MCAPI static void** $vftableForNotifierInterface();
34 // NOLINTEND
35};
36
37} // namespace webrtc
Definition LocalAudioSource.h:15
Definition AudioOptions.h:7