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

Unified Diff: content/public/browser/render_process_host.h

Issue 2801853005: Create a private API for controlling WebRTC's AEC3 (Closed)
Patch Set: Created 3 years, 8 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: content/public/browser/render_process_host.h
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
index d710235d58a40c77cd2ca9a6da87d7020c1a6000..21ff4462f1639ae31e5778c611de9f2860b6a1ac 100644
--- a/content/public/browser/render_process_host.h
+++ b/content/public/browser/render_process_host.h
@@ -245,6 +245,10 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
// process. If no recording was in progress, this call will return false.
virtual bool StopWebRTCEventLog() = 0;
+ // Enables or disables WebRTC's echo canceller AEC3. Disabled implies
Henrik Grunell 2017/04/10 08:13:28 This will be removed at some later point when full
hlundin-chromium 2017/04/10 10:10:16 Done.
+ // selecting the older AEC2.
+ virtual void SetEchoCanceller3(bool enable) = 0;
+
// When set, |callback| receives log messages regarding, for example, media
// devices (webcams, mics, etc) that were initially requested in the render
// process associated with this RenderProcessHost.

Powered by Google App Engine
This is Rietveld 408576698