3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/BandwidthUsage.h"
7#include "mc/external/webrtc/LossBasedState.h"
11namespace webrtc {
class DataRate; }
12namespace webrtc {
class FieldTrialsView; }
13namespace webrtc {
class RtcEventLog; }
14namespace webrtc {
class TimeDelta; }
15namespace webrtc {
class Timestamp; }
16namespace webrtc {
struct SentPacket; }
17namespace webrtc {
struct TransportPacketsFeedback; }
77 ::webrtc::BandwidthUsage,
78 ::std::optional<::webrtc::DataRate>,
Definition FieldTrialsView.h:7
Definition RtcEventLog.h:13
Definition SendSideBandwidthEstimation.h:22
MCAPI void UpdatePacketsLost(int64, int64, ::webrtc::Timestamp)
MCAPI int GetMinBitrate() const
MCAPI bool PaceAtLossBasedEstimate() const
MCAPI bool LossBasedBandwidthEstimatorV2Enabled() const
MCAPI void UpdateLossBasedEstimator(::webrtc::TransportPacketsFeedback const &, ::webrtc::BandwidthUsage, ::std::optional<::webrtc::DataRate >, bool)
MCAPI void SetSendBitrate(::webrtc::DataRate, ::webrtc::Timestamp)
MCAPI bool IsInStartPhase(::webrtc::Timestamp) const
MCAPI void MaybeLogLowBitrateWarning(::webrtc::DataRate, ::webrtc::Timestamp)
MCAPI void UpdatePropagationRtt(::webrtc::Timestamp, ::webrtc::TimeDelta)
MCAPI void MaybeLogLossBasedEvent(::webrtc::Timestamp)
MCAPI void SetMinMaxBitrate(::webrtc::DataRate, ::webrtc::DataRate)
MCAPI void OnRouteChange()
MCAPI void UpdateTargetBitrate(::webrtc::DataRate, ::webrtc::Timestamp)
MCAPI void OnSentPacket(::webrtc::SentPacket const &)
MCAPI SendSideBandwidthEstimation(::webrtc::FieldTrialsView const *, ::webrtc::RtcEventLog *)
MCAPI void UpdateRtt(::webrtc::TimeDelta, ::webrtc::Timestamp)
MCAPI bool LossBasedBandwidthEstimatorV1Enabled() const
MCAPI void * $ctor(::webrtc::FieldTrialsView const *, ::webrtc::RtcEventLog *)
MCAPI bool LossBasedBandwidthEstimatorV2ReadyForUse() const
MCAPI bool IsRttAboveLimit() const
MCAPI void UpdateMinHistory(::webrtc::Timestamp)
MCAPI void UpdateReceiverEstimate(::webrtc::Timestamp, ::webrtc::DataRate)
MCAPI void SetBitrates(::std::optional<::webrtc::DataRate >, ::webrtc::DataRate, ::webrtc::DataRate, ::webrtc::Timestamp)
MCAPI::webrtc::DataRate target_rate() const
MCAPI void UpdateDelayBasedEstimate(::webrtc::Timestamp, ::webrtc::DataRate)
MCAPI void SetAcknowledgedRate(::std::optional<::webrtc::DataRate >, ::webrtc::Timestamp)
MCAPI void UpdateUmaStatsPacketsLost(::webrtc::Timestamp, int)
MCAPI bool LossBasedBandwidthEstimatorV1ReadyForUse() const
MCAPI ~SendSideBandwidthEstimation()
MCAPI void ApplyTargetLimits(::webrtc::Timestamp)
MCAPI::webrtc::DataRate GetEstimatedLinkCapacity() const
MCAPI::webrtc::LossBasedState loss_based_state() const
MCAPI::webrtc::DataRate GetUpperLimit() const
MCAPI void UpdateEstimate(::webrtc::Timestamp)
Definition TimeDelta.h:10
Definition Timestamp.h:10
Definition SentPacket.h:7
Definition TransportPacketsFeedback.h:12