Index: content/renderer/media/media_stream_audio_processor_options.h |
diff --git a/content/renderer/media/media_stream_audio_processor_options.h b/content/renderer/media/media_stream_audio_processor_options.h |
index 40544807000ddab96de50cf17402377ae13d0860..0e3b882deb45f6621aa4a025d10be412519698d1 100644 |
--- a/content/renderer/media/media_stream_audio_processor_options.h |
+++ b/content/renderer/media/media_stream_audio_processor_options.h |
@@ -7,6 +7,8 @@ |
#include <string> |
+#include "third_party/libjingle/source/talk/app/webrtc/mediastreaminterface.h" |
+ |
namespace blink { |
class WebMediaConstraints; |
} |
@@ -75,6 +77,9 @@ void StopAecDump(AudioProcessing* audio_processing); |
void EnableAutomaticGainControl(AudioProcessing* audio_processing); |
+void GetAecStats(AudioProcessing* audio_processing, |
+ webrtc::AudioProcessorInterface::AudioProcessorStats* stats); |
+ |
} // namespace content |
#endif // CONTENT_RENDERER_MEDIA_MEDIA_STREAM_AUDIO_PROCESSOR_OPTIONS_H_ |