LeviLamina
Loading...
Searching...
No Matches
RTPVideoFrameSenderInterface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/VideoCodecType.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { class TimeDelta; }
11namespace webrtc { class Timestamp; }
12namespace webrtc { struct FrameDependencyStructure; }
13namespace webrtc { struct RTPVideoHeader; }
14namespace webrtc { struct VideoLayersAllocation; }
15// clang-format on
16
17namespace webrtc {
18
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 // vIndex: 0
24 virtual bool SendVideo(
25 int,
26 ::std::optional<::webrtc::VideoCodecType>,
27 uint,
30 uint64,
33 ::std::vector<uint>
34 ) = 0;
35
36 // vIndex: 1
37 virtual void SetVideoStructureAfterTransformation(::webrtc::FrameDependencyStructure const*) = 0;
38
39 // vIndex: 2
40 virtual void SetVideoLayersAllocationAfterTransformation(::webrtc::VideoLayersAllocation) = 0;
41
42 // vIndex: 3
43 virtual ~RTPVideoFrameSenderInterface() = default;
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49
50 // NOLINTEND
51};
52
53} // namespace webrtc
Definition _HeaderOutputPredefine.h:260
Definition RTPVideoFrameSenderInterface.h:19
Definition TimeDelta.h:10
Definition Timestamp.h:10
Definition FrameDependencyStructure.h:7
Definition RTPVideoHeader.h:12
Definition VideoLayersAllocation.h:7