Chromium Code Reviews

Unified Diff: webrtc/modules/congestion_controller/include/congestion_controller.h

Issue 1803063004: Reset the BWE when the network changes (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/congestion_controller/include/congestion_controller.h
diff --git a/webrtc/modules/congestion_controller/include/congestion_controller.h b/webrtc/modules/congestion_controller/include/congestion_controller.h
index 65bf5be3ec1de6e537df290b58d72eb5b4fe58ac..a714cde8d326661f62a7de8ab47e145d5dec05c1 100644
--- a/webrtc/modules/congestion_controller/include/congestion_controller.h
+++ b/webrtc/modules/congestion_controller/include/congestion_controller.h
@@ -58,6 +58,7 @@ class CongestionController : public CallStatsObserver, public Module {
int min_bitrate_kbps);
virtual void OnSentPacket(const rtc::SentPacket& sent_packet);
+ virtual void ResetBweBitrates(int start_bitrate_bps);
// Implements CallStatsObserver.
void OnRttUpdate(int64_t avg_rtt_ms, int64_t max_rtt_ms) override;

Powered by Google App Engine