3#include "mc/_HeaderOutputPredefine.h"
7namespace webrtc {
class DataRate; }
8namespace webrtc {
class RtcEventLog; }
9namespace webrtc {
class Timestamp; }
10namespace webrtc {
struct PacketResult; }
Definition ProbeBitrateEstimator.h:15
MCAPI ~ProbeBitrateEstimator()
MCAPI ::std::optional<::webrtc::DataRate > FetchAndResetLastEstimatedBitrate()
MCAPI void EraseOldClusters(::webrtc::Timestamp)
MCAPI void * $ctor(::webrtc::RtcEventLog *)
MCAPI ::std::optional<::webrtc::DataRate > HandleProbeAndEstimateBitrate(::webrtc::PacketResult const &)
MCAPI ProbeBitrateEstimator(::webrtc::RtcEventLog *)
Definition RtcEventLog.h:13
Definition Timestamp.h:10
Definition PacketResult.h:7
Definition ProbeBitrateEstimator.h:23