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

Unified Diff: webrtc/video/video_quality_test.h

Issue 2117493002: Auto pause video streams based on encoder target bitrate. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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
Index: webrtc/video/video_quality_test.h
diff --git a/webrtc/video/video_quality_test.h b/webrtc/video/video_quality_test.h
index e138a89a8c237acf4f32a1d058ab74f24234397d..b1f59e540d880a845f37c4a260d42405a74938fa 100644
--- a/webrtc/video/video_quality_test.h
+++ b/webrtc/video/video_quality_test.h
@@ -34,6 +34,7 @@ class VideoQualityTest : public test::CallTest {
int min_bitrate_bps;
int target_bitrate_bps;
int max_bitrate_bps;
+ bool suspend_below_min_bitrate;
std::string codec;
int num_temporal_layers;
int selected_tl;

Powered by Google App Engine
This is Rietveld 408576698