LeviLamina
Loading...
Searching...
No Matches
VideoTrackSource.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/MediaSourceInterface.h"
7
8namespace webrtc {
9
11public:
12 // member functions
13 // NOLINTBEGIN
14 MCAPI void SetState(::webrtc::MediaSourceInterface::SourceState);
15
16 MCAPI explicit VideoTrackSource(bool);
17 // NOLINTEND
18
19public:
20 // constructor thunks
21 // NOLINTBEGIN
22 MCAPI void* $ctor(bool);
23 // NOLINTEND
24
25public:
26 // vftables
27 // NOLINTBEGIN
28 MCAPI static void** $vftable();
29
30 MCAPI static void** $vftableForRefCountInterface();
31
32 MCAPI static void** $vftableForNotifierInterface();
33 // NOLINTEND
34};
35
36} // namespace webrtc
Definition VideoTrackSource.h:10