commit | 19704ec698f011be734f4602d8323097c191d2cc | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Mon Mar 12 14:59:12 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Mar 12 15:53:49 2018 |
tree | d9ed83ec909dd223e1f6b76a6247a8890ff1be2d | |
parent | b9f4bf29d039cf14972afc7b7bb3920add124d94 [diff] |
Removing AvailableBandwidth method on transport controller. Removing the Synchronous call AvailableBandwidth from the RtpTransportControllerSend interface. The bandwidth estimate is provided trough a new interface that communicates with a struct making it easier to add parameters in the future. This prepares for removing locking behavior in SendSideCongestionController that exists just to support this feature. To keep backwards compatibility with the old SendSideCongestionController, the struct TargetTransferRate is constructed in RtpTransportControllerSend. This step can be removed in the future when the old SendSideCongestionController is deprecated. Bug: webrtc:8415 Change-Id: I06f64a89848157de412901c989650d1ecf35246b Reviewed-on: https://webrtc-review.googlesource.com/60800 Commit-Queue: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22387}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.