Index: webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h b/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h |
index f201aeb1885bc4cd137610219098da354e5c510a..4bd9d8c7bcb6e368383708509c86c12aeba9098b 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h |
+++ b/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h |
@@ -91,6 +91,8 @@ class RemoteBitrateEstimator : public CallStatsObserver, public Module { |
// Returns true if the statistics are available. |
virtual bool GetStats(ReceiveBandwidthEstimatorStats* output) const = 0; |
+ virtual void SetMinBitrate(int min_bitrate_bps) = 0; |
+ |
protected: |
static const int64_t kProcessIntervalMs = 500; |
static const int64_t kStreamTimeOutMs = 2000; |