12 #ifndef ROC_RTCP_LOSS_ESTIMATOR_H_
13 #define ROC_RTCP_LOSS_ESTIMATOR_H_
30 float update(uint64_t total_packets, int64_t lost_packets);
Computes fractions loss ration since last report.
LossEstimator()
Initialize.
float update(uint64_t total_packets, int64_t lost_packets)
Update and return fractional loss ration since previous update. total_packets defines total count of ...
Commonly used types and functions.