LeviLamina
Loading...
Searching...
No Matches
VideoRtpTrackSource.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/rtc/VideoSinkInterface.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { class RecordableEncodedFrame; }
11namespace webrtc { class VideoFrame; }
12// clang-format on
13
14namespace webrtc {
15
17public:
18 // VideoRtpTrackSource inner types declare
19 // clang-format off
20 class Callback;
21 // clang-format on
22
23 // VideoRtpTrackSource inner types define
24 class Callback {};
25
26public:
27 // prevent constructor by default
29
30public:
31 // member functions
32 // NOLINTBEGIN
34
35 MCNAPI void ClearCallback();
36
38
39 MCNAPI ::rtc::VideoSinkInterface<::webrtc::VideoFrame>* sink();
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftable();
52
53 MCNAPI static void** $vftableForRefCountInterface();
54
55 MCNAPI static void** $vftableForNotifierInterface();
56 // NOLINTEND
57};
58
59} // namespace webrtc
Definition RecordableEncodedFrame.h:18
Definition VideoRtpTrackSource.h:24
Definition VideoRtpTrackSource.h:16
MCAPI void BroadcastRecordableEncodedFrame(::webrtc::RecordableEncodedFrame const &) const
static MCAPI void ** $vftableForRefCountInterface()
MCAPI VideoRtpTrackSource(::webrtc::VideoRtpTrackSource::Callback *)
MCAPI void * $ctor(::webrtc::VideoRtpTrackSource::Callback *)
static MCAPI void ** $vftableForNotifierInterface()
MCAPI ::rtc::VideoSinkInterface<::webrtc::VideoFrame > * sink()
static MCAPI void ** $vftable()