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

Unified Diff: webrtc/video/loopback.h

Issue 1338203003: Wire up send-side bandwidth estimation. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 3 months 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/video/loopback.h
diff --git a/webrtc/video/loopback.h b/webrtc/video/loopback.h
index c671de4e980b6e1c401ab24a69823319ecd3376d..c9d206d4ded89da1af90e19035f6ec7ec7232820 100644
--- a/webrtc/video/loopback.h
+++ b/webrtc/video/loopback.h
@@ -44,6 +44,7 @@ class Loopback {
int32_t avg_propagation_delay_ms;
int32_t std_propagation_delay_ms;
bool logs;
+ bool send_side_bwe;
};
explicit Loopback(const Config& config);

Powered by Google App Engine
This is Rietveld 408576698