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 virtual int FrameToRender(
24 ::std::optional<uchar>,
26 ::webrtc::VideoContentType,
27 ::webrtc::VideoFrameType
28 ) = 0;
29
30 virtual void OnDroppedFrames(uint);
31
32 virtual void OnIncomingPayloadType(int);
33
34 virtual void OnDecoderInfoChanged(::webrtc::VideoDecoder::DecoderInfo const&);
35
36 virtual ~VCMReceiveCallback() = default;
37 // NOLINTEND
38
39public:
40 // virtual function thunks
41 // NOLINTBEGIN
42
43 // NOLINTEND
44};
45
46} // namespace webrtc
Definition TimeDelta.h:10
Definition VCMReceiveCallback.h:18
Definition VideoFrame.h:16
Definition VideoDecoder.h:22