Index: webrtc/modules/audio_processing/audio_processing_impl.h |
diff --git a/webrtc/modules/audio_processing/audio_processing_impl.h b/webrtc/modules/audio_processing/audio_processing_impl.h |
index 21bc588198ba3541d3fc7d3beea6e01468d08f0e..5881681c4cd1253925a5d5cf453e1ac836de37a1 100644 |
--- a/webrtc/modules/audio_processing/audio_processing_impl.h |
+++ b/webrtc/modules/audio_processing/audio_processing_impl.h |
@@ -114,6 +114,9 @@ class AudioProcessingImpl : public AudioProcessing { |
bool was_stream_delay_set() const override |
EXCLUSIVE_LOCKS_REQUIRED(crit_capture_); |
+ void SetStatisticsEnabled(bool enabled) override; |
+ void GetStatistics(AudioProcessingStatistics* stats) const override; |
the sun
2016/10/24 08:26:58
How about just returning this struct by value? Ret
ivoc
2016/10/24 14:15:49
Done.
|
+ |
// Methods returning pointers to APM submodules. |
// No locks are aquired in those, as those locks |
// would offer no protection (the submodules are |