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
12
namespace
webrtc {
class
TimeDelta; }
13
namespace
webrtc {
class
VideoFrame; }
14
// clang-format on
15
16
namespace
webrtc {
17
18
class
VCMReceiveCallback
{
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
// vIndex: 0
23
virtual
int
FrameToRender(
24
::webrtc::VideoFrame
&,
25
::std::optional<uchar>,
26
::webrtc::TimeDelta
,
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
44
public
:
45
// destructor thunk
46
// NOLINTBEGIN
47
48
// NOLINTEND
49
50
public
:
51
// virtual function thunks
52
// NOLINTBEGIN
53
54
// NOLINTEND
55
};
56
57
}
// namespace webrtc
webrtc::TimeDelta
Definition
TimeDelta.h:10
webrtc::VCMReceiveCallback
Definition
VCMReceiveCallback.h:18
webrtc::VideoFrame
Definition
VideoFrame.h:19
webrtc::VideoDecoder::DecoderInfo
Definition
VideoDecoder.h:22
src
mc
external
webrtc
VCMReceiveCallback.h
Generated on Sat Apr 26 2025 05:55:45 for LeviLamina by
1.12.0