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; |