3#include "mc/_HeaderOutputPredefine.h"
14class ProbeBitrateEstimator {
22 struct AggregatedCluster {
38 AggregatedCluster& operator=(AggregatedCluster
const&);
39 AggregatedCluster(AggregatedCluster
const&);
53 ProbeBitrateEstimator& operator=(ProbeBitrateEstimator
const&);
54 ProbeBitrateEstimator(ProbeBitrateEstimator
const&);
55 ProbeBitrateEstimator();
62 MCNAPI ::std::optional<::webrtc::DataRate>
MCAPI ~ProbeBitrateEstimator()
MCAPI ::std::optional<::webrtc::DataRate > FetchAndResetLastEstimatedBitrate()
MCAPI ProbeBitrateEstimator(::webrtc::RtcEventLog *event_log)
MCAPI void * $ctor(::webrtc::RtcEventLog *event_log)
MCAPI ::std::optional<::webrtc::DataRate > HandleProbeAndEstimateBitrate(::webrtc::PacketResult const &packet_feedback)
Definition RtcEventLog.h:13
Definition PacketResult.h:7
Definition ProbeBitrateEstimator.h:22