#include <delay_peak_detector.h>
◆ DelayPeakDetector() [1/2]
webrtc::DelayPeakDetector::DelayPeakDetector |
( |
const TickTimer * |
tick_timer | ) |
|
◆ ~DelayPeakDetector() [1/2]
webrtc::DelayPeakDetector::~DelayPeakDetector |
( |
| ) |
|
|
virtualdefault |
◆ DelayPeakDetector() [2/2]
webrtc::DelayPeakDetector::DelayPeakDetector |
( |
const TickTimer * |
tick_timer | ) |
|
◆ ~DelayPeakDetector() [2/2]
virtual webrtc::DelayPeakDetector::~DelayPeakDetector |
( |
| ) |
|
|
virtual |
◆ MaxPeakHeight() [1/2]
int webrtc::DelayPeakDetector::MaxPeakHeight |
( |
| ) |
const |
|
virtual |
◆ MaxPeakHeight() [2/2]
virtual int webrtc::DelayPeakDetector::MaxPeakHeight |
( |
| ) |
const |
|
virtual |
◆ MaxPeakPeriod() [1/2]
uint64_t webrtc::DelayPeakDetector::MaxPeakPeriod |
( |
| ) |
const |
|
virtual |
◆ MaxPeakPeriod() [2/2]
virtual uint64_t webrtc::DelayPeakDetector::MaxPeakPeriod |
( |
| ) |
const |
|
virtual |
◆ peak_found() [1/2]
virtual bool webrtc::DelayPeakDetector::peak_found |
( |
| ) |
|
|
virtual |
◆ peak_found() [2/2]
bool webrtc::DelayPeakDetector::peak_found |
( |
| ) |
|
|
virtual |
◆ Reset() [1/2]
virtual void webrtc::DelayPeakDetector::Reset |
( |
| ) |
|
|
virtual |
◆ Reset() [2/2]
void webrtc::DelayPeakDetector::Reset |
( |
| ) |
|
|
virtual |
◆ SetPacketAudioLength() [1/2]
void webrtc::DelayPeakDetector::SetPacketAudioLength |
( |
int |
length_ms | ) |
|
|
virtual |
◆ SetPacketAudioLength() [2/2]
virtual void webrtc::DelayPeakDetector::SetPacketAudioLength |
( |
int |
length_ms | ) |
|
|
virtual |
◆ Update() [1/2]
bool webrtc::DelayPeakDetector::Update |
( |
int |
inter_arrival_time, |
|
|
int |
target_level |
|
) |
| |
|
virtual |
◆ Update() [2/2]
virtual bool webrtc::DelayPeakDetector::Update |
( |
int |
inter_arrival_time, |
|
|
int |
target_level |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: