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 // prevent constructor by default
18 AudioTrack();
19
20public:
21 // member functions
22 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // static functions
28 // NOLINTBEGIN
29 MCNAPI static ::webrtc::scoped_refptr<::webrtc::AudioTrack>
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCNAPI void* $ctor(::std::string_view, ::webrtc::scoped_refptr<::webrtc::AudioSourceInterface> const&);
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCNAPI static void** $vftableForNotifierInterface();
43
44 MCNAPI static void** $vftable();
45
46 MCNAPI static void** $vftableForRefCountInterface();
47 // NOLINTEND
48};
49
50} // namespace webrtc
Definition AudioTrack.h:15
MCAPI AudioTrack(::std::string_view, ::webrtc::scoped_refptr<::webrtc::AudioSourceInterface > const &)
static MCAPI ::webrtc::scoped_refptr<::webrtc::AudioTrack > Create(::std::string_view, ::webrtc::scoped_refptr<::webrtc::AudioSourceInterface > const &)
MCAPI void * $ctor(::std::string_view, ::webrtc::scoped_refptr<::webrtc::AudioSourceInterface > const &)
static MCAPI void ** $vftable()
static MCAPI void ** $vftableForNotifierInterface()
static MCAPI void ** $vftableForRefCountInterface()
Definition scoped_refptr.h:8