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
10
namespace
webrtc {
class
TimeDelta
; }
11
namespace
webrtc {
class
Timestamp
; }
12
namespace
webrtc {
struct
FrameDependencyStructure
; }
13
namespace
webrtc {
struct
RTPVideoHeader
; }
14
namespace
webrtc {
struct
VideoLayersAllocation
; }
15
// clang-format on
16
17
namespace
webrtc {
18
19
class
RTPVideoFrameSenderInterface
{
20
public
:
21
// virtual functions
22
// NOLINTBEGIN
23
virtual
bool
SendVideo(
24
int
,
25
::std::optional<::webrtc::VideoCodecType>,
26
uint,
27
::webrtc::Timestamp
,
28
::rtc::ArrayView<uchar const>
,
29
uint64,
30
::webrtc::RTPVideoHeader
,
31
::webrtc::TimeDelta
,
32
::std::vector<uint>
33
) = 0;
34
35
virtual
void
SetVideoStructureAfterTransformation(
::webrtc::FrameDependencyStructure
const
*) = 0;
36
37
virtual
void
SetVideoLayersAllocationAfterTransformation(
::webrtc::VideoLayersAllocation
) = 0;
38
39
virtual
~RTPVideoFrameSenderInterface
() =
default
;
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
46
// NOLINTEND
47
};
48
49
}
// namespace webrtc
rtc::ArrayView
Definition
_HeaderOutputPredefine.h:310
webrtc::RTPVideoFrameSenderInterface
Definition
RTPVideoFrameSenderInterface.h:19
webrtc::TimeDelta
Definition
TimeDelta.h:10
webrtc::Timestamp
Definition
Timestamp.h:15
webrtc::FrameDependencyStructure
Definition
FrameDependencyStructure.h:10
webrtc::RTPVideoHeader
Definition
RTPVideoHeader.h:12
webrtc::VideoLayersAllocation
Definition
VideoLayersAllocation.h:7
src
mc
external
webrtc
RTPVideoFrameSenderInterface.h
Generated on
for LeviLamina by
1.16.1