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 // member functions
28 // NOLINTBEGIN
29 MCAPI void BroadcastRecordableEncodedFrame(::webrtc::RecordableEncodedFrame const&) const;
30
31 MCAPI void ClearCallback();
32
34
35 MCAPI ::rtc::VideoSinkInterface<::webrtc::VideoFrame>* sink();
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCAPI static void** $vftable();
48
49 MCAPI static void** $vftableForRefCountInterface();
50
51 MCAPI static void** $vftableForNotifierInterface();
52 // NOLINTEND
53};
54
55} // namespace webrtc
Definition RecordableEncodedFrame.h:18
Definition VideoRtpTrackSource.h:24
Definition VideoRtpTrackSource.h:16