#include <quality_threshold.h>
◆ QualityThreshold() [1/2]
webrtc::QualityThreshold::QualityThreshold |
( |
int |
low_threshold, |
|
|
int |
high_threshold, |
|
|
float |
fraction, |
|
|
int |
max_measurements |
|
) |
| |
◆ QualityThreshold() [2/2]
webrtc::QualityThreshold::QualityThreshold |
( |
int |
low_threshold, |
|
|
int |
high_threshold, |
|
|
float |
fraction, |
|
|
int |
max_measurements |
|
) |
| |
◆ AddMeasurement() [1/2]
void webrtc::QualityThreshold::AddMeasurement |
( |
int |
measurement | ) |
|
◆ AddMeasurement() [2/2]
void webrtc::QualityThreshold::AddMeasurement |
( |
int |
measurement | ) |
|
◆ CalculateVariance() [1/2]
rtc::Optional<double> webrtc::QualityThreshold::CalculateVariance |
( |
| ) |
const |
◆ CalculateVariance() [2/2]
rtc::Optional< double > webrtc::QualityThreshold::CalculateVariance |
( |
| ) |
const |
◆ FractionHigh() [1/2]
rtc::Optional< double > webrtc::QualityThreshold::FractionHigh |
( |
int |
min_required_samples | ) |
const |
◆ FractionHigh() [2/2]
rtc::Optional<double> webrtc::QualityThreshold::FractionHigh |
( |
int |
min_required_samples | ) |
const |
◆ IsHigh() [1/2]
◆ IsHigh() [2/2]
The documentation for this class was generated from the following files: