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

Unified Diff: trunk/src/content/renderer/media/media_stream_audio_processor_options.h

Issue 148213002: Revert 246905 "Revert 246894 "Wire up AGC to the MediaStreamAudi..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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: trunk/src/content/renderer/media/media_stream_audio_processor_options.h
===================================================================
--- trunk/src/content/renderer/media/media_stream_audio_processor_options.h (revision 247207)
+++ trunk/src/content/renderer/media/media_stream_audio_processor_options.h (working copy)
@@ -68,6 +68,8 @@
// Stops the echo cancellation dump in |audio_processing|.
void StopAecDump(AudioProcessing* audio_processing);
+void EnableAutomaticGainControl(AudioProcessing* audio_processing);
+
} // namespace content
#endif // CONTENT_RENDERER_MEDIA_MEDIA_STREAM_AUDIO_PROCESSOR_OPTIONS_H_

Powered by Google App Engine
This is Rietveld 408576698