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

Public Member Functions

RobustThroughputEstimatoroperator= (RobustThroughputEstimator const &)
 
 RobustThroughputEstimator (RobustThroughputEstimator const &)
 
virtual void IncomingPacketFeedbackVector (::std::vector<::webrtc::PacketResult > const &packet_feedback_vector)
 
virtual ::std::optional<::webrtc::DataRatebitrate () const
 
virtual ::std::optional<::webrtc::DataRatePeekRate () const
 
virtual void SetAlr (bool)
 
virtual void SetAlrEndedTime (::webrtc::Timestamp)
 
MCAPI bool FirstPacketOutsideWindow ()
 
MCAPI RobustThroughputEstimator (::webrtc::RobustThroughputEstimatorSettings const &settings)
 
MCAPI void * $ctor (::webrtc::RobustThroughputEstimatorSettings const &settings)
 
MCAPI void $dtor ()
 
MCAPI void $IncomingPacketFeedbackVector (::std::vector<::webrtc::PacketResult > const &packet_feedback_vector)
 
MCAPI ::std::optional<::webrtc::DataRate$bitrate () const
 
MCAPI ::std::optional<::webrtc::DataRate$PeekRate () const
 
MCAPI void $SetAlr (bool)
 
MCAPI void $SetAlrEndedTime (::webrtc::Timestamp)
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 
static MCAPI ::std::unique_ptr<::webrtc::AcknowledgedBitrateEstimatorInterfaceCreate (::webrtc::FieldTrialsView const *key_value_config)
 

Public Attributes

::ll::UntypedStorage< 8, 48 > mUnk6214d6
 
::ll::UntypedStorage< 8, 40 > mUnk5f78a2
 
::ll::UntypedStorage< 8, 8 > mUnkf83ed2
 

Constructor & Destructor Documentation

◆ RobustThroughputEstimator()

MCAPI webrtc::RobustThroughputEstimator::RobustThroughputEstimator ( ::webrtc::RobustThroughputEstimatorSettings const & settings)
explicit
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

◆ IncomingPacketFeedbackVector()

virtual void webrtc::RobustThroughputEstimator::IncomingPacketFeedbackVector ( ::std::vector<::webrtc::PacketResult > const & packet_feedback_vector)
virtual

◆ bitrate()

virtual ::std::optional<::webrtc::DataRate > webrtc::RobustThroughputEstimator::bitrate ( ) const
virtual

◆ PeekRate()

virtual ::std::optional<::webrtc::DataRate > webrtc::RobustThroughputEstimator::PeekRate ( ) const
virtual

◆ SetAlr()

virtual void webrtc::RobustThroughputEstimator::SetAlr ( bool )
virtual

◆ SetAlrEndedTime()

virtual void webrtc::RobustThroughputEstimator::SetAlrEndedTime ( ::webrtc::Timestamp )
virtual

◆ FirstPacketOutsideWindow()

MCAPI bool webrtc::RobustThroughputEstimator::FirstPacketOutsideWindow ( )
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::RobustThroughputEstimator::$ctor ( ::webrtc::RobustThroughputEstimatorSettings const & settings)
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.

◆ $dtor()

MCAPI void webrtc::RobustThroughputEstimator::$dtor ( )
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.

◆ $IncomingPacketFeedbackVector()

MCAPI void webrtc::RobustThroughputEstimator::$IncomingPacketFeedbackVector ( ::std::vector<::webrtc::PacketResult > const & packet_feedback_vector)
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.

◆ $bitrate()

MCAPI ::std::optional<::webrtc::DataRate > webrtc::RobustThroughputEstimator::$bitrate ( ) 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.

◆ $PeekRate()

MCAPI ::std::optional<::webrtc::DataRate > webrtc::RobustThroughputEstimator::$PeekRate ( ) 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.

◆ $SetAlr()

MCAPI void webrtc::RobustThroughputEstimator::$SetAlr ( bool )
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.

◆ $SetAlrEndedTime()

MCAPI void webrtc::RobustThroughputEstimator::$SetAlrEndedTime ( ::webrtc::Timestamp )
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::RobustThroughputEstimator::$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::AcknowledgedBitrateEstimatorInterface > webrtc::AcknowledgedBitrateEstimatorInterface::Create ( ::webrtc::FieldTrialsView const * key_value_config)
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: