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

Unified Diff: content/renderer/media/media_stream_audio_processor_options.h

Issue 845033002: Re-land "Add a media constraint to enable beamforming" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
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 16f58be95050e9a3b30f3506250a6c5a8d5058cb..eaa85f7b9538268b26fae8e7b9eb217d8f7f6125 100644
--- a/content/renderer/media/media_stream_audio_processor_options.h
+++ b/content/renderer/media/media_stream_audio_processor_options.h
@@ -41,6 +41,7 @@ class CONTENT_EXPORT MediaAudioConstraints {
static const char kGoogExperimentalAutoGainControl[];
static const char kGoogNoiseSuppression[];
static const char kGoogExperimentalNoiseSuppression[];
+ static const char kGoogBeamforming[];
static const char kGoogHighpassFilter[];
static const char kGoogTypingNoiseDetection[];
static const char kGoogAudioMirroring[];
« no previous file with comments | « content/renderer/media/media_stream_audio_processor.cc ('k') | content/renderer/media/media_stream_audio_processor_options.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698