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

Unified Diff: webrtc/video_send_stream.h

Issue 2923563002: Add field trial for balanced degradation preference. (Closed)
Patch Set: rebase Created 3 years, 6 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 | « webrtc/media/engine/webrtcvideoengine_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video_send_stream.h
diff --git a/webrtc/video_send_stream.h b/webrtc/video_send_stream.h
index 45d1a55365f04abb60a3a3576d992bf33a8a482a..266112e5871550d9406a945981647724170d1bfa 100644
--- a/webrtc/video_send_stream.h
+++ b/webrtc/video_send_stream.h
@@ -224,9 +224,9 @@ class VideoSendStream {
enum class DegradationPreference {
// Don't take any actions based on over-utilization signals.
kDegradationDisabled,
- // On over-use, request lost resolution, possibly causing down-scaling.
+ // On over-use, request lower frame rate, possibly causing frame drops.
kMaintainResolution,
- // On over-use, request lower frame rate, possible causing frame drops.
+ // On over-use, request lower resolution, possibly causing down-scaling.
kMaintainFramerate,
// Try to strike a "pleasing" balance between frame rate or resolution.
kBalanced,
« no previous file with comments | « webrtc/media/engine/webrtcvideoengine_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698