LeviLamina
Loading...
Searching...
No Matches
AudioTrack.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 webrtc { class AudioSourceInterface; }
11// clang-format on
12
13namespace webrtc {
14
16public:
17 // member functions
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // static functions
24 // NOLINTBEGIN
25 MCAPI static ::webrtc::scoped_refptr<::webrtc::AudioTrack>
26 Create(::std::string_view, ::webrtc::scoped_refptr<::webrtc::AudioSourceInterface> const&);
27 // NOLINTEND
28
29public:
30 // constructor thunks
31 // NOLINTBEGIN
32 MCAPI void* $ctor(::std::string_view, ::webrtc::scoped_refptr<::webrtc::AudioSourceInterface> const&);
33 // NOLINTEND
34
35public:
36 // vftables
37 // NOLINTBEGIN
38 MCAPI static void** $vftableForNotifierInterface();
39
40 MCAPI static void** $vftable();
41
42 MCAPI static void** $vftableForRefCountInterface();
43 // NOLINTEND
44};
45
46} // namespace webrtc
Definition AudioTrack.h:15
Definition scoped_refptr.h:8