webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
apm_helpers.cc File Reference
#include "webrtc/media/engine/apm_helpers.h"
#include "webrtc/base/logging.h"
#include "webrtc/modules/audio_device/include/audio_device.h"
#include "webrtc/modules/audio_processing/include/audio_processing.h"
#include "webrtc/voice_engine/transmit_mixer.h"

Namespaces

 webrtc
 
 webrtc::apm_helpers
 

Functions

AgcConfig webrtc::apm_helpers::GetAgcConfig (AudioProcessing *apm)
 
void webrtc::apm_helpers::SetAgcConfig (AudioProcessing *apm, const AgcConfig &config)
 
void webrtc::apm_helpers::SetAgcStatus (AudioProcessing *apm, AudioDeviceModule *adm, bool enable, AgcModes mode)
 
void webrtc::apm_helpers::SetEcStatus (AudioProcessing *apm, bool enable, EcModes mode)
 
void webrtc::apm_helpers::SetEcMetricsStatus (AudioProcessing *apm, bool enable)
 
void webrtc::apm_helpers::SetAecmMode (AudioProcessing *apm, bool enable_cng)
 
void webrtc::apm_helpers::SetNsStatus (AudioProcessing *apm, bool enable)
 
void webrtc::apm_helpers::SetTypingDetectionStatus (AudioProcessing *apm, bool enable)