LeviLamina
Loading...
Searching...
No Matches
webrtc::RtpPacketizerAv1 Class Reference
+ Inheritance diagram for webrtc::RtpPacketizerAv1:

Classes

struct  Obu
 
struct  Packet
 

Public Member Functions

RtpPacketizerAv1operator= (RtpPacketizerAv1 const &)
 
 RtpPacketizerAv1 (RtpPacketizerAv1 const &)
 
virtual uint64 NumPackets () const
 
virtual bool NextPacket (::webrtc::RtpPacketToSend *packet)
 
MCAPI uchar AggregationHeader () const
 
MCAPI RtpPacketizerAv1 (::rtc::ArrayView< uchar const > payload, ::webrtc::RtpPacketizer::PayloadSizeLimits limits, ::webrtc::VideoFrameType frame_type, bool is_last_frame_in_picture)
 
MCAPI void * $ctor (::rtc::ArrayView< uchar const > payload, ::webrtc::RtpPacketizer::PayloadSizeLimits limits, ::webrtc::VideoFrameType frame_type, bool is_last_frame_in_picture)
 
MCAPI uint64 $NumPackets () const
 
MCAPI bool $NextPacket (::webrtc::RtpPacketToSend *packet)
 

Static Public Member Functions

static MCAPI int AdditionalBytesForPreviousObuElement (::webrtc::RtpPacketizerAv1::Packet const &packet)
 
static MCAPI ::std::vector<::webrtc::RtpPacketizerAv1::PacketPacketize (::rtc::ArrayView<::webrtc::RtpPacketizerAv1::Obu const > obus, ::webrtc::RtpPacketizer::PayloadSizeLimits limits)
 
static MCAPI ::std::vector<::webrtc::RtpPacketizerAv1::ObuParseObus (::rtc::ArrayView< uchar const > payload)
 
static MCAPI void ** $vftable ()
 
static MCAPI ::std::unique_ptr<::webrtc::RtpPacketizerCreate (::std::optional<::webrtc::VideoCodecType > type, ::rtc::ArrayView< uchar const > payload, ::webrtc::RtpPacketizer::PayloadSizeLimits limits, ::webrtc::RTPVideoHeader const &rtp_video_header)
 
static MCAPI ::std::vector< int > SplitAboutEqually (int payload_len, ::webrtc::RtpPacketizer::PayloadSizeLimits const &limits)
 

Public Attributes

::ll::UntypedStorage< 4, 4 > mUnk93cdff
 
::ll::UntypedStorage< 8, 24 > mUnkc1d14e
 
::ll::UntypedStorage< 8, 24 > mUnk8482f1
 
::ll::UntypedStorage< 1, 1 > mUnk538772
 
::ll::UntypedStorage< 8, 8 > mUnkb9ffe7
 

Constructor & Destructor Documentation

◆ RtpPacketizerAv1()

MCAPI webrtc::RtpPacketizerAv1::RtpPacketizerAv1 ( ::rtc::ArrayView< uchar const > payload,
::webrtc::RtpPacketizer::PayloadSizeLimits limits,
::webrtc::VideoFrameType frame_type,
bool is_last_frame_in_picture )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ NumPackets()

virtual uint64 webrtc::RtpPacketizerAv1::NumPackets ( ) const
virtual

Implements webrtc::RtpPacketizer.

◆ NextPacket()

virtual bool webrtc::RtpPacketizerAv1::NextPacket ( ::webrtc::RtpPacketToSend * packet)
virtual

Implements webrtc::RtpPacketizer.

◆ AggregationHeader()

MCAPI uchar webrtc::RtpPacketizerAv1::AggregationHeader ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ AdditionalBytesForPreviousObuElement()

static MCAPI int webrtc::RtpPacketizerAv1::AdditionalBytesForPreviousObuElement ( ::webrtc::RtpPacketizerAv1::Packet const & packet)
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ Packetize()

static MCAPI ::std::vector<::webrtc::RtpPacketizerAv1::Packet > webrtc::RtpPacketizerAv1::Packetize ( ::rtc::ArrayView<::webrtc::RtpPacketizerAv1::Obu const > obus,
::webrtc::RtpPacketizer::PayloadSizeLimits limits )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ ParseObus()

static MCAPI ::std::vector<::webrtc::RtpPacketizerAv1::Obu > webrtc::RtpPacketizerAv1::ParseObus ( ::rtc::ArrayView< uchar const > payload)
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor()

MCAPI void * webrtc::RtpPacketizerAv1::$ctor ( ::rtc::ArrayView< uchar const > payload,
::webrtc::RtpPacketizer::PayloadSizeLimits limits,
::webrtc::VideoFrameType frame_type,
bool is_last_frame_in_picture )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $NumPackets()

MCAPI uint64 webrtc::RtpPacketizerAv1::$NumPackets ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $NextPacket()

MCAPI bool webrtc::RtpPacketizerAv1::$NextPacket ( ::webrtc::RtpPacketToSend * packet)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

static MCAPI void ** webrtc::RtpPacketizerAv1::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ Create()

static MCAPI ::std::unique_ptr<::webrtc::RtpPacketizer > webrtc::RtpPacketizer::Create ( ::std::optional<::webrtc::VideoCodecType > type,
::rtc::ArrayView< uchar const > payload,
::webrtc::RtpPacketizer::PayloadSizeLimits limits,
::webrtc::RTPVideoHeader const & rtp_video_header )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ SplitAboutEqually()

static MCAPI ::std::vector< int > webrtc::RtpPacketizer::SplitAboutEqually ( int payload_len,
::webrtc::RtpPacketizer::PayloadSizeLimits const & limits )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: