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

Unified Diff: webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h

Issue 2415543002: Set min BWE bitrate form 10kbps to 5kbps and centralize minimum bitrate. (Closed)
Patch Set: rebased. Created 4 years, 1 month 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/remote_bitrate_estimator/include/bwe_defines.h
diff --git a/webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h b/webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
index fc2278e8419d4974aebd2369143ee30c4c473972..26bfb28c404409b4ec3636c680bd82a498228087 100644
--- a/webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
+++ b/webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
@@ -19,6 +19,10 @@
namespace webrtc {
+namespace congestion_controller {
+int GetMinBitrateBps();
+} // namespace congestion_controller
+
static const int64_t kBitrateWindowMs = 1000;
extern const char* kBweTypeHistogram;

Powered by Google App Engine
This is Rietveld 408576698