LeviLamina
Loading...
Searching...
No Matches
VideoTrack.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/VideoTrackSourceProxyWithInternal.h"
7#include "mc/external/webrtc/scoped_refptr.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace rtc { class Thread; }
12namespace webrtc { class VideoTrackSourceInterface; }
13// clang-format on
14
15namespace webrtc {
16
18public:
19 // prevent constructor by default
20 VideoTrack();
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCNAPI VideoTrack(
26 ::std::string_view,
29 );
30 // NOLINTEND
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCNAPI static ::webrtc::scoped_refptr<::webrtc::VideoTrack>
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCNAPI void* $ctor(
43 ::std::string_view,
46 );
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCNAPI static void** $vftableForNotifierInterface();
53
54 MCNAPI static void** $vftableForObserverInterface();
55
56 MCNAPI static void** $vftableForVideoSourceBaseGuarded();
57
58 MCNAPI static void** $vftableForRefCountInterface();
59
60 MCNAPI static void** $vftableForMediaStreamTrack();
61 // NOLINTEND
62};
63
64} // namespace webrtc
Definition Thread.h:20
Definition VideoTrackSourceProxyWithInternal.h:8
Definition VideoTrack.h:17
static MCAPI void ** $vftableForObserverInterface()
static MCAPI void ** $vftableForNotifierInterface()
static MCAPI void ** $vftableForVideoSourceBaseGuarded()
static MCAPI void ** $vftableForMediaStreamTrack()
MCAPI void * $ctor(::std::string_view, ::webrtc::scoped_refptr<::webrtc::VideoTrackSourceProxyWithInternal<::webrtc::VideoTrackSourceInterface > >, ::rtc::Thread *)
static MCAPI void ** $vftableForRefCountInterface()
static MCAPI ::webrtc::scoped_refptr<::webrtc::VideoTrack > Create(::std::string_view, ::webrtc::scoped_refptr<::webrtc::VideoTrackSourceInterface >, ::rtc::Thread *)
MCAPI VideoTrack(::std::string_view, ::webrtc::scoped_refptr<::webrtc::VideoTrackSourceProxyWithInternal<::webrtc::VideoTrackSourceInterface > >, ::rtc::Thread *)
Definition scoped_refptr.h:8