| Index: webrtc/voice_engine/voe_audio_processing_impl.h
|
| diff --git a/webrtc/voice_engine/voe_audio_processing_impl.h b/webrtc/voice_engine/voe_audio_processing_impl.h
|
| index 63a60dcb46e519534e58acff41c17fcd92cbec8c..9ffc4d12f7e8db7b6370420cc76e377ae898879a 100644
|
| --- a/webrtc/voice_engine/voe_audio_processing_impl.h
|
| +++ b/webrtc/voice_engine/voe_audio_processing_impl.h
|
| @@ -31,22 +31,6 @@ class VoEAudioProcessingImpl : public VoEAudioProcessing {
|
|
|
| int GetAgcConfig(AgcConfig& config) override;
|
|
|
| - int SetRxNsStatus(int channel,
|
| - bool enable,
|
| - NsModes mode = kNsUnchanged) override;
|
| -
|
| - int GetRxNsStatus(int channel, bool& enabled, NsModes& mode) override;
|
| -
|
| - int SetRxAgcStatus(int channel,
|
| - bool enable,
|
| - AgcModes mode = kAgcUnchanged) override;
|
| -
|
| - int GetRxAgcStatus(int channel, bool& enabled, AgcModes& mode) override;
|
| -
|
| - int SetRxAgcConfig(int channel, AgcConfig config) override;
|
| -
|
| - int GetRxAgcConfig(int channel, AgcConfig& config) override;
|
| -
|
| int SetEcStatus(bool enable, EcModes mode = kEcUnchanged) override;
|
| int GetEcStatus(bool& enabled, EcModes& mode) override;
|
| int EnableDriftCompensation(bool enable) override;
|
| @@ -63,10 +47,6 @@ class VoEAudioProcessingImpl : public VoEAudioProcessing {
|
| int EnableHighPassFilter(bool enable) override;
|
| bool IsHighPassFilterEnabled() override;
|
|
|
| - int RegisterRxVadObserver(int channel, VoERxVadCallback& observer) override;
|
| -
|
| - int DeRegisterRxVadObserver(int channel) override;
|
| -
|
| int VoiceActivityIndicator(int channel) override;
|
|
|
| int SetEcMetricsStatus(bool enable) override;
|
|
|