Chromium Code Reviews

Unified Diff: webrtc/modules/audio_device/audio_device_impl.h

Issue 1952123003: Surface the IntelligibilityEnhancer on MediaConstraints (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/audio_device/audio_device_impl.h
diff --git a/webrtc/modules/audio_device/audio_device_impl.h b/webrtc/modules/audio_device/audio_device_impl.h
index a112e3e3bf68543fbfd3c38fae6faf9b25796ce2..fdbf11e950b95314f4b8d741d2a633ade32a6b47 100644
--- a/webrtc/modules/audio_device/audio_device_impl.h
+++ b/webrtc/modules/audio_device/audio_device_impl.h
@@ -192,6 +192,8 @@ class AudioDeviceModuleImpl : public AudioDeviceModule {
bool BuiltInNSIsAvailable() const override;
int32_t EnableBuiltInNS(bool enable) override;
+ bool IntelligibilityIsEnabled() const override;
+
int GetPlayoutAudioParameters(AudioParameters* params) const override;
int GetRecordAudioParameters(AudioParameters* params) const override;

Powered by Google App Engine