LeviLamina
Loading...
Searching...
No Matches
RTPVideoHeader.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
webrtc {
class
VideoFrameMetadata; }
8
// clang-format on
9
10
namespace
webrtc {
11
12
struct
RTPVideoHeader
{
13
public
:
14
// RTPVideoHeader inner types declare
15
// clang-format off
16
struct
GenericDescriptorInfo
;
17
// clang-format on
18
19
// RTPVideoHeader inner types define
20
struct
GenericDescriptorInfo
{
21
public
:
22
// member variables
23
// NOLINTBEGIN
24
::ll::UntypedStorage<8, 8>
mUnkb78a21;
25
::ll::UntypedStorage<4, 4>
mUnka9dd22;
26
::ll::UntypedStorage<4, 4>
mUnkaf802a;
27
::ll::UntypedStorage<8, 48>
mUnkda409e;
28
::ll::UntypedStorage<8, 48>
mUnkff5afc;
29
::ll::UntypedStorage<8, 24>
mUnk460c95;
30
::ll::UntypedStorage<4, 4>
mUnk321c74;
31
// NOLINTEND
32
33
public
:
34
// prevent constructor by default
35
GenericDescriptorInfo
& operator=(
GenericDescriptorInfo
const
&);
36
37
public
:
38
// member functions
39
// NOLINTBEGIN
40
MCNAPI
GenericDescriptorInfo
();
41
42
MCNAPI
GenericDescriptorInfo
(
::webrtc::RTPVideoHeader::GenericDescriptorInfo
const
&);
43
44
MCNAPI
~GenericDescriptorInfo
();
45
// NOLINTEND
46
47
public
:
48
// constructor thunks
49
// NOLINTBEGIN
50
MCNAPI
void
*
$ctor
();
51
52
MCNAPI
void
*
$ctor
(
::webrtc::RTPVideoHeader::GenericDescriptorInfo
const
&);
53
// NOLINTEND
54
55
public
:
56
// destructor thunk
57
// NOLINTBEGIN
58
MCNAPI
void
$dtor
();
59
// NOLINTEND
60
};
61
62
public
:
63
// member variables
64
// NOLINTBEGIN
65
::ll::UntypedStorage<8, 152>
mUnk3cb320;
66
::ll::UntypedStorage<4, 4>
mUnkb1b226;
67
::ll::UntypedStorage<2, 2>
mUnka07291;
68
::ll::UntypedStorage<2, 2>
mUnkd1fa85;
69
::ll::UntypedStorage<4, 4>
mUnk9b7a4d;
70
::ll::UntypedStorage<1, 1>
mUnk7fdd5e;
71
::ll::UntypedStorage<1, 1>
mUnk933240;
72
::ll::UntypedStorage<1, 1>
mUnk70f247;
73
::ll::UntypedStorage<1, 1>
mUnk640215;
74
::ll::UntypedStorage<1, 1>
mUnkd73807;
75
::ll::UntypedStorage<4, 4>
mUnk41dcb3;
76
::ll::UntypedStorage<8, 24>
mUnkc01752;
77
::ll::UntypedStorage<2, 14>
mUnk3e85a5;
78
::ll::UntypedStorage<4, 72>
mUnk424e76;
79
::ll::UntypedStorage<2, 4>
mUnkc85a99;
80
::ll::UntypedStorage<8, 1648>
mUnkb3a15e;
81
::ll::UntypedStorage<8, 32>
mUnk66255c;
82
// NOLINTEND
83
84
public
:
85
// prevent constructor by default
86
RTPVideoHeader
& operator=(
RTPVideoHeader
const
&);
87
88
public
:
89
// member functions
90
// NOLINTBEGIN
91
MCNAPI ::webrtc::VideoFrameMetadata
GetAsMetadata
()
const
;
92
93
MCNAPI
RTPVideoHeader
();
94
95
MCNAPI
RTPVideoHeader
(
::webrtc::RTPVideoHeader
const
&);
96
97
MCNAPI
void
SetFromMetadata
(
::webrtc::VideoFrameMetadata
const
&);
98
99
MCNAPI
~RTPVideoHeader
();
100
// NOLINTEND
101
102
public
:
103
// static functions
104
// NOLINTBEGIN
105
MCNAPI static ::webrtc::RTPVideoHeader
FromMetadata
(
::webrtc::VideoFrameMetadata
const
&);
106
// NOLINTEND
107
108
public
:
109
// constructor thunks
110
// NOLINTBEGIN
111
MCNAPI
void
*
$ctor
();
112
113
MCNAPI
void
*
$ctor
(
::webrtc::RTPVideoHeader
const
&);
114
// NOLINTEND
115
116
public
:
117
// destructor thunk
118
// NOLINTBEGIN
119
MCNAPI
void
$dtor
();
120
// NOLINTEND
121
};
122
123
}
// namespace webrtc
webrtc::VideoFrameMetadata
Definition
VideoFrameMetadata.h:21
ll::UntypedStorage
Definition
Alias.h:14
webrtc::RTPVideoHeader::GenericDescriptorInfo
Definition
RTPVideoHeader.h:20
webrtc::RTPVideoHeader::GenericDescriptorInfo::$ctor
MCAPI void * $ctor()
webrtc::RTPVideoHeader::GenericDescriptorInfo::$ctor
MCAPI void * $ctor(::webrtc::RTPVideoHeader::GenericDescriptorInfo const &)
webrtc::RTPVideoHeader::GenericDescriptorInfo::GenericDescriptorInfo
MCAPI GenericDescriptorInfo()
webrtc::RTPVideoHeader::GenericDescriptorInfo::~GenericDescriptorInfo
MCAPI ~GenericDescriptorInfo()
webrtc::RTPVideoHeader::GenericDescriptorInfo::GenericDescriptorInfo
MCAPI GenericDescriptorInfo(::webrtc::RTPVideoHeader::GenericDescriptorInfo const &)
webrtc::RTPVideoHeader::GenericDescriptorInfo::$dtor
MCAPI void $dtor()
webrtc::RTPVideoHeader
Definition
RTPVideoHeader.h:12
webrtc::RTPVideoHeader::FromMetadata
static MCAPI ::webrtc::RTPVideoHeader FromMetadata(::webrtc::VideoFrameMetadata const &)
webrtc::RTPVideoHeader::~RTPVideoHeader
MCAPI ~RTPVideoHeader()
webrtc::RTPVideoHeader::$ctor
MCAPI void * $ctor(::webrtc::RTPVideoHeader const &)
webrtc::RTPVideoHeader::GetAsMetadata
MCAPI::webrtc::VideoFrameMetadata GetAsMetadata() const
webrtc::RTPVideoHeader::SetFromMetadata
MCAPI void SetFromMetadata(::webrtc::VideoFrameMetadata const &)
webrtc::RTPVideoHeader::RTPVideoHeader
MCAPI RTPVideoHeader(::webrtc::RTPVideoHeader const &)
webrtc::RTPVideoHeader::RTPVideoHeader
MCAPI RTPVideoHeader()
webrtc::RTPVideoHeader::$dtor
MCAPI void $dtor()
webrtc::RTPVideoHeader::$ctor
MCAPI void * $ctor()
src
mc
external
webrtc
RTPVideoHeader.h
Generated on Fri Jun 13 2025 05:04:40 for LeviLamina by
1.12.0