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

Unified Diff: webrtc/modules/audio_processing/audio_processing_impl.h

Issue 2802603003: Make GetConfig() part of the AudioProcessing interface (Closed)
Patch Set: Make the method non-pure 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
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/include/audio_processing.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 01b640fcfc0f36332790765fd530f267690cfc9a..79931499cdae78e05e2d233ae8b5447a5f38d666 100644
--- a/webrtc/modules/audio_processing/audio_processing_impl.h
+++ b/webrtc/modules/audio_processing/audio_processing_impl.h
@@ -134,9 +134,9 @@ class AudioProcessingImpl : public AudioProcessing {
NoiseSuppression* noise_suppression() const override;
VoiceDetection* voice_detection() const override;
- // TODO(peah): Remove these two methods once the new API allows that.
+ // TODO(peah): Remove MutateConfig once the new API allows that.
void MutateConfig(rtc::FunctionView<void(AudioProcessing::Config*)> mutator);
- AudioProcessing::Config GetConfig() const;
+ AudioProcessing::Config GetConfig() const override;
protected:
// Overridden in a mock.
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/include/audio_processing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698