LeviLamina
Loading...
Searching...
No Matches
RtpPacketizer.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 {
struct
RTPVideoHeader; }
11
// clang-format on
12
13
namespace
webrtc {
14
15
class
RtpPacketizer
{
16
public
:
17
// RtpPacketizer inner types declare
18
// clang-format off
19
struct
PayloadSizeLimits
;
20
// clang-format on
21
22
// RtpPacketizer inner types define
23
struct
PayloadSizeLimits
{};
24
25
public
:
26
// static functions
27
// NOLINTBEGIN
28
MCNAPI static ::std::unique_ptr<::webrtc::RtpPacketizer>
Create
(
29
::std::optional<::webrtc::VideoCodecType>,
30
::rtc::ArrayView<uchar const>
,
31
::webrtc::RtpPacketizer::PayloadSizeLimits
,
32
::webrtc::RTPVideoHeader
const
&
33
);
34
35
MCNAPI static ::std::vector<int>
SplitAboutEqually
(
int
,
::webrtc::RtpPacketizer::PayloadSizeLimits
const
&);
36
// NOLINTEND
37
};
38
39
}
// namespace webrtc
rtc::ArrayView
Definition
_HeaderOutputPredefine.h:258
webrtc::RtpPacketizer
Definition
RtpPacketizer.h:15
webrtc::RtpPacketizer::Create
static MCAPI ::std::unique_ptr<::webrtc::RtpPacketizer > Create(::std::optional<::webrtc::VideoCodecType >, ::rtc::ArrayView< uchar const >, ::webrtc::RtpPacketizer::PayloadSizeLimits, ::webrtc::RTPVideoHeader const &)
webrtc::RtpPacketizer::SplitAboutEqually
static MCAPI ::std::vector< int > SplitAboutEqually(int, ::webrtc::RtpPacketizer::PayloadSizeLimits const &)
webrtc::RTPVideoHeader
Definition
RTPVideoHeader.h:12
webrtc::RtpPacketizer::PayloadSizeLimits
Definition
RtpPacketizer.h:23
src
mc
external
webrtc
RtpPacketizer.h
Generated on Fri Jun 13 2025 05:04:40 for LeviLamina by
1.12.0