Index: webrtc/video_send_stream.h |
diff --git a/webrtc/video_send_stream.h b/webrtc/video_send_stream.h |
index ce16ef3b0c04cc610a519bd10599cce61f223b7d..fb5e9d877df519b0a63797c3c2929f084bda925c 100644 |
--- a/webrtc/video_send_stream.h |
+++ b/webrtc/video_send_stream.h |
@@ -185,6 +185,9 @@ class VideoSendStream { |
// stream may send at a rate higher than the estimated available bitrate. |
bool suspend_below_min_bitrate = false; |
+ // Enables periodic bandwidth probing in application-limited region. |
+ bool periodic_alr_bandwidth_probing = false; |
+ |
private: |
// Access to the copy constructor is private to force use of the Copy() |
// method for those exceptional cases where we do use it. |