webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webrtc::RemoteBitrateEstimatorSingleStream::Detector Struct Reference

Public Member Functions

 Detector (int64_t last_packet_time_ms, const OverUseDetectorOptions &options, bool enable_burst_grouping)
 

Public Attributes

int64_t last_packet_time_ms
 
InterArrival inter_arrival
 
OveruseEstimator estimator
 
OveruseDetector detector
 

Constructor & Destructor Documentation

◆ Detector()

webrtc::RemoteBitrateEstimatorSingleStream::Detector::Detector ( int64_t  last_packet_time_ms,
const OverUseDetectorOptions options,
bool  enable_burst_grouping 
)
inlineexplicit

Member Data Documentation

◆ detector

OveruseDetector webrtc::RemoteBitrateEstimatorSingleStream::Detector::detector

◆ estimator

OveruseEstimator webrtc::RemoteBitrateEstimatorSingleStream::Detector::estimator

◆ inter_arrival

InterArrival webrtc::RemoteBitrateEstimatorSingleStream::Detector::inter_arrival

◆ last_packet_time_ms

int64_t webrtc::RemoteBitrateEstimatorSingleStream::Detector::last_packet_time_ms

The documentation for this struct was generated from the following file: