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

Unified Diff: webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h

Issue 1922483002: De-flake VideoSendStreamTest.ReconfigureBitratesSetsEncoderBitratesCorrectly (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Feedback fixes Created 4 years, 8 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/modules/bitrate_controller/send_side_bandwidth_estimation.h
diff --git a/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h b/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h
index 15894f939543d265309d109693ece2778db8f17c..402d22a6bf4378a18a567d658412461100d6bccf 100644
--- a/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h
+++ b/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h
@@ -46,6 +46,9 @@ class SendSideBandwidthEstimation {
int number_of_packets,
int64_t now_ms);
+ void SetBitrates(int send_bitrate,
+ int min_bitrate,
+ int max_bitrate);
void SetSendBitrate(int bitrate);
stefan-webrtc 2016/04/28 11:21:28 Deprecated
void SetMinMaxBitrate(int min_bitrate, int max_bitrate);
stefan-webrtc 2016/04/28 11:21:28 Deprecated
int GetMinBitrate() const;

Powered by Google App Engine
This is Rietveld 408576698