commit | b6787bcd79f88015b588d5a3b79b82fc47584a3d | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Mon Nov 19 18:01:17 2018 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Nov 19 20:18:36 2018 +0000 |
tree | b00e45c389bf92286a6648c4fd28a561428bd047 | |
parent | 2e0c655bc6c500642a5042fc34c9acee1ee09fa8 [diff] [blame] |
Using data unit classes in DelayBasedBwe. Bug: webrtc:9718 Change-Id: I1b6ed37afd7680dfad6267addfe46155c378525d Reviewed-on: https://webrtc-review.googlesource.com/c/110903 Commit-Queue: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Christoffer Rodbro <crodbro@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25702}
diff --git a/modules/bitrate_controller/send_side_bandwidth_estimation.h b/modules/bitrate_controller/send_side_bandwidth_estimation.h index 40105e1..ab43c52 100644 --- a/modules/bitrate_controller/send_side_bandwidth_estimation.h +++ b/modules/bitrate_controller/send_side_bandwidth_estimation.h
@@ -91,7 +91,7 @@ void SetMinMaxBitrate(DataRate min_bitrate, DataRate max_bitrate); int GetMinBitrate() const; void IncomingPacketFeedbackVector(const TransportPacketsFeedback& report, - absl::optional<uint32_t> acked_bitrate_bps); + absl::optional<DataRate> acked_bitrate); private: enum UmaState { kNoUpdate, kFirstDone, kDone };