LeviLamina
Loading...
Searching...
No Matches
VCMReceiveCallback.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/VideoContentType.h"
7#include "mc/external/webrtc/VideoDecoder.h"
8#include "mc/external/webrtc/VideoFrameType.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace webrtc { class TimeDelta; }
13namespace webrtc { class VideoFrame; }
14// clang-format on
15
16namespace webrtc {
17
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 // vIndex: 0
23 virtual int FrameToRender(
25 ::std::optional<uchar>,
27 ::webrtc::VideoContentType,
28 ::webrtc::VideoFrameType
29 ) = 0;
30
31 // vIndex: 1
32 virtual void OnDroppedFrames(uint);
33
34 // vIndex: 2
35 virtual void OnIncomingPayloadType(int);
36
37 // vIndex: 3
38 virtual void OnDecoderInfoChanged(::webrtc::VideoDecoder::DecoderInfo const&);
39
40 // vIndex: 4
41 virtual ~VCMReceiveCallback() = default;
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53
54 // NOLINTEND
55};
56
57} // namespace webrtc
Definition TimeDelta.h:10
Definition VCMReceiveCallback.h:18
Definition VideoFrame.h:19
Definition VideoDecoder.h:22