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 // member functions
20 // NOLINTBEGIN
21 MCAPI
23 // NOLINTEND
24
25public:
26 // static functions
27 // NOLINTBEGIN
28 MCAPI static ::webrtc::scoped_refptr<::webrtc::VideoTrack>
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCAPI void*
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCAPI static void** $vftableForNotifierInterface();
43
44 MCAPI static void** $vftableForObserverInterface();
45
46 MCAPI static void** $vftableForVideoSourceBaseGuarded();
47
48 MCAPI static void** $vftableForRefCountInterface();
49
50 MCAPI static void** $vftableForMediaStreamTrack();
51 // NOLINTEND
52};
53
54} // namespace webrtc
Definition Thread.h:20
Definition VideoTrackSourceProxyWithInternal.h:8
Definition VideoTrack.h:17
Definition scoped_refptr.h:8