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

#include <echo_remover_metrics.h>

Public Member Functions

 DbMetric ()
 
 DbMetric (float sum_value, float floor_value, float ceil_value)
 
void Update (float value)
 
 DbMetric ()
 
 DbMetric (float sum_value, float floor_value, float ceil_value)
 
void Update (float value)
 

Public Attributes

float sum_value
 
float floor_value
 
float ceil_value
 

Constructor & Destructor Documentation

◆ DbMetric() [1/4]

webrtc::EchoRemoverMetrics::DbMetric::DbMetric ( )

◆ DbMetric() [2/4]

webrtc::EchoRemoverMetrics::DbMetric::DbMetric ( float  sum_value,
float  floor_value,
float  ceil_value 
)

◆ DbMetric() [3/4]

webrtc::EchoRemoverMetrics::DbMetric::DbMetric ( )

◆ DbMetric() [4/4]

webrtc::EchoRemoverMetrics::DbMetric::DbMetric ( float  sum_value,
float  floor_value,
float  ceil_value 
)

Member Function Documentation

◆ Update() [1/2]

void webrtc::EchoRemoverMetrics::DbMetric::Update ( float  value)

◆ Update() [2/2]

void webrtc::EchoRemoverMetrics::DbMetric::Update ( float  value)

Member Data Documentation

◆ ceil_value

float webrtc::EchoRemoverMetrics::DbMetric::ceil_value

◆ floor_value

float webrtc::EchoRemoverMetrics::DbMetric::floor_value

◆ sum_value

float webrtc::EchoRemoverMetrics::DbMetric::sum_value

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