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 // prevent constructor by default
14
15public:
16 // member functions
17 // NOLINTBEGIN
18 MCNAPI void SetState(::webrtc::MediaSourceInterface::SourceState);
19
20 MCNAPI explicit VideoTrackSource(bool);
21 // NOLINTEND
22
23public:
24 // constructor thunks
25 // NOLINTBEGIN
26 MCNAPI void* $ctor(bool);
27 // NOLINTEND
28
29public:
30 // vftables
31 // NOLINTBEGIN
32 MCNAPI static void** $vftable();
33
34 MCNAPI static void** $vftableForRefCountInterface();
35
36 MCNAPI static void** $vftableForNotifierInterface();
37 // NOLINTEND
38};
39
40} // namespace webrtc
Definition VideoTrackSource.h:10
MCAPI VideoTrackSource(bool)
MCAPI void * $ctor(bool)
MCAPI void SetState(::webrtc::MediaSourceInterface::SourceState)
static MCAPI void ** $vftableForNotifierInterface()
static MCAPI void ** $vftable()
static MCAPI void ** $vftableForRefCountInterface()