3#include "mc/_HeaderOutputPredefine.h"
7namespace webrtc {
class FieldTrialsView; }
8namespace webrtc {
class RtcEventLog; }
9namespace webrtc {
struct AlrDetectorConfig; }
40 MCNAPI
void OnBytesSent(uint64 bytes_sent, int64 send_time_ms);
Definition AlrDetector.h:14
MCAPI ::std::optional< int64 > GetApplicationLimitedRegionStartTime() const
MCAPI void * $ctor(::webrtc::AlrDetectorConfig config, ::webrtc::RtcEventLog *event_log)
MCAPI AlrDetector(::webrtc::FieldTrialsView const *key_value_config, ::webrtc::RtcEventLog *event_log)
MCAPI void * $ctor(::webrtc::FieldTrialsView const *key_value_config, ::webrtc::RtcEventLog *event_log)
MCAPI AlrDetector(::webrtc::AlrDetectorConfig config, ::webrtc::RtcEventLog *event_log)
MCAPI void OnBytesSent(uint64 bytes_sent, int64 send_time_ms)
MCAPI void SetEstimatedBitrate(int bitrate_bps)
Definition FieldTrialsView.h:7
Definition RtcEventLog.h:13
Definition AlrDetectorConfig.h:12