3#include "mc/_HeaderOutputPredefine.h"
7namespace webrtc {
class DataRate; }
8namespace webrtc {
class RtcEventLog; }
9namespace webrtc {
class Timestamp; }
10namespace webrtc {
struct PacketResult; }
65 MCNAPI ::std::optional<::webrtc::DataRate>
Definition ProbeBitrateEstimator.h:15
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)
MCAPI void EraseOldClusters(::webrtc::Timestamp timestamp)
Definition RtcEventLog.h:13
Definition Timestamp.h:10
Definition PacketResult.h:7
Definition ProbeBitrateEstimator.h:23