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

Unified Diff: webrtc/modules/audio_processing/echo_control_mobile_impl.h

Issue 1348903004: Adding APM configuration in AEC dump. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Remove ApmConfig and use audioproc::Config Created 5 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/modules/audio_processing/echo_control_mobile_impl.h
diff --git a/webrtc/modules/audio_processing/echo_control_mobile_impl.h b/webrtc/modules/audio_processing/echo_control_mobile_impl.h
index f399f480b2b9457bb70e0560766b510681facc49..da7022545f245171a3353a59f55fc991273d57f6 100644
--- a/webrtc/modules/audio_processing/echo_control_mobile_impl.h
+++ b/webrtc/modules/audio_processing/echo_control_mobile_impl.h
@@ -31,6 +31,8 @@ class EchoControlMobileImpl : public EchoControlMobile,
// EchoControlMobile implementation.
bool is_enabled() const override;
+ RoutingMode routing_mode() const override;
+ bool is_comfort_noise_enabled() const override;
// ProcessingComponent implementation.
int Initialize() override;
@@ -39,9 +41,7 @@ class EchoControlMobileImpl : public EchoControlMobile,
// EchoControlMobile implementation.
int Enable(bool enable) override;
int set_routing_mode(RoutingMode mode) override;
- RoutingMode routing_mode() const override;
int enable_comfort_noise(bool enable) override;
- bool is_comfort_noise_enabled() const override;
int SetEchoPath(const void* echo_path, size_t size_bytes) override;
int GetEchoPath(void* echo_path, size_t size_bytes) const override;

Powered by Google App Engine
This is Rietveld 408576698