Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(587)

Unified Diff: webrtc/media/engine/fakewebrtcvoiceengine.h

Issue 2295113002: Removing the RX processing APIs from VoEAudioProcessing: (Closed)
Patch Set: rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/media/engine/fakewebrtcvoiceengine.h
diff --git a/webrtc/media/engine/fakewebrtcvoiceengine.h b/webrtc/media/engine/fakewebrtcvoiceengine.h
index 9b5440c17b1f5b421626987050478fd893568c85..c18b17673847864a2e489b472f00b6fac95c66b8 100644
--- a/webrtc/media/engine/fakewebrtcvoiceengine.h
+++ b/webrtc/media/engine/fakewebrtcvoiceengine.h
@@ -493,18 +493,6 @@ class FakeWebRtcVoiceEngine
enabledCNG = cng_enabled_;
return 0;
}
- WEBRTC_STUB(SetRxNsStatus, (int channel, bool enable, webrtc::NsModes mode));
- WEBRTC_STUB(GetRxNsStatus, (int channel, bool& enabled,
- webrtc::NsModes& mode));
- WEBRTC_STUB(SetRxAgcStatus, (int channel, bool enable,
- webrtc::AgcModes mode));
- WEBRTC_STUB(GetRxAgcStatus, (int channel, bool& enabled,
- webrtc::AgcModes& mode));
- WEBRTC_STUB(SetRxAgcConfig, (int channel, webrtc::AgcConfig config));
- WEBRTC_STUB(GetRxAgcConfig, (int channel, webrtc::AgcConfig& config));
-
- WEBRTC_STUB(RegisterRxVadObserver, (int, webrtc::VoERxVadCallback&));
- WEBRTC_STUB(DeRegisterRxVadObserver, (int channel));
WEBRTC_STUB(VoiceActivityIndicator, (int channel));
WEBRTC_FUNC(SetEcMetricsStatus, (bool enable)) {
ec_metrics_enabled_ = enable;
« no previous file with comments | « no previous file | webrtc/test/mock_voice_engine.h » ('j') | webrtc/voice_engine/test/auto_test/standard/audio_processing_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698