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

Unified Diff: talk/app/webrtc/mediaconstraintsinterface.h

Issue 1642513002: Delete unused members from VideoOptions (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Suggested comment edits. Created 4 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
« no previous file with comments | « no previous file | talk/app/webrtc/mediaconstraintsinterface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/mediaconstraintsinterface.h
diff --git a/talk/app/webrtc/mediaconstraintsinterface.h b/talk/app/webrtc/mediaconstraintsinterface.h
index 68ed9f7bcf82fa9a9ad9d906a9775dd837191bb3..e06c075d4e7ee31f6ceab36c20b7c16d38f9e62a 100644
--- a/talk/app/webrtc/mediaconstraintsinterface.h
+++ b/talk/app/webrtc/mediaconstraintsinterface.h
@@ -117,22 +117,10 @@ class MediaConstraintsInterface {
// Temporary constraint to enable suspend below min bitrate feature.
static const char kEnableVideoSuspendBelowMinBitrate[];
// googSuspendBelowMinBitrate
- static const char kNumUnsignalledRecvStreams[];
- // googNumUnsignalledRecvStreams
// Constraint to enable combined audio+video bandwidth estimation.
static const char kCombinedAudioVideoBwe[]; // googCombinedAudioVideoBwe
static const char kScreencastMinBitrate[]; // googScreencastMinBitrate
static const char kCpuOveruseDetection[]; // googCpuOveruseDetection
- static const char kCpuUnderuseThreshold[]; // googCpuUnderuseThreshold
- static const char kCpuOveruseThreshold[]; // googCpuOveruseThreshold
- // Low cpu adaptation threshold for relative standard deviation of encode
- // time.
- static const char kCpuUnderuseEncodeRsdThreshold[];
- // High cpu adaptation threshold for relative standard deviation of encode
- // time.
- static const char kCpuOveruseEncodeRsdThreshold[];
- static const char kCpuOveruseEncodeUsage[]; // googCpuOveruseEncodeUsage
- static const char kHighStartBitrate[]; // googHighStartBitrate
static const char kPayloadPadding[]; // googPayloadPadding
// The prefix of internal-only constraints whose JS set values should be
« no previous file with comments | « no previous file | talk/app/webrtc/mediaconstraintsinterface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698