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

Unified Diff: webrtc/api/mediaconstraintsinterface.h

Issue 2408143003: Added a level controller initialization value to MediaConstraints. (Closed)
Patch Set: Improve documenting comment. Created 4 years, 2 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: webrtc/api/mediaconstraintsinterface.h
diff --git a/webrtc/api/mediaconstraintsinterface.h b/webrtc/api/mediaconstraintsinterface.h
index d6fd6beb9531adf15829bc20ccc405bde88d0062..fbb19551e1c524c6aba8c4f39517cf4541793f52 100644
--- a/webrtc/api/mediaconstraintsinterface.h
+++ b/webrtc/api/mediaconstraintsinterface.h
@@ -75,6 +75,8 @@ class MediaConstraintsInterface {
static const char kExperimentalNoiseSuppression[]; // googNoiseSuppression2
static const char kIntelligibilityEnhancer[]; // intelligibilityEnhancer
static const char kLevelControl[]; // levelControl
+ static const char
+ kLevelControlInitialPeakLevelDBFS[]; // levelControlInitialPeakLevelDBFS
peah-webrtc 2016/10/13 10:23:48 I'm not sure that DBFS should be in all capitals.
aleloi 2016/10/13 10:30:47 Acknowledged.
static const char kHighpassFilter[]; // googHighpassFilter
static const char kTypingNoiseDetection[]; // googTypingNoiseDetection
static const char kAudioMirroring[]; // googAudioMirroring

Powered by Google App Engine
This is Rietveld 408576698