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

Side by Side 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, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_RENDERER_MEDIA_MEDIA_STREAM_AUDIO_PROCESSOR_OPTIONS_H_ 5 #ifndef CONTENT_RENDERER_MEDIA_MEDIA_STREAM_AUDIO_PROCESSOR_OPTIONS_H_
6 #define CONTENT_RENDERER_MEDIA_MEDIA_STREAM_AUDIO_PROCESSOR_OPTIONS_H_ 6 #define CONTENT_RENDERER_MEDIA_MEDIA_STREAM_AUDIO_PROCESSOR_OPTIONS_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 namespace blink { 10 namespace blink {
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 61
62 // Enables the experimental echo cancellation in |audio_processing|. 62 // Enables the experimental echo cancellation in |audio_processing|.
63 void EnableExperimentalEchoCancellation(AudioProcessing* audio_processing); 63 void EnableExperimentalEchoCancellation(AudioProcessing* audio_processing);
64 64
65 // Starts the echo cancellation dump in |audio_processing|. 65 // Starts the echo cancellation dump in |audio_processing|.
66 void StartAecDump(AudioProcessing* audio_processing); 66 void StartAecDump(AudioProcessing* audio_processing);
67 67
68 // Stops the echo cancellation dump in |audio_processing|. 68 // Stops the echo cancellation dump in |audio_processing|.
69 void StopAecDump(AudioProcessing* audio_processing); 69 void StopAecDump(AudioProcessing* audio_processing);
70 70
71 void EnableAutomaticGainControl(AudioProcessing* audio_processing);
72
71 } // namespace content 73 } // namespace content
72 74
73 #endif // CONTENT_RENDERER_MEDIA_MEDIA_STREAM_AUDIO_PROCESSOR_OPTIONS_H_ 75 #endif // CONTENT_RENDERER_MEDIA_MEDIA_STREAM_AUDIO_PROCESSOR_OPTIONS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698