Cleanup AimdRateController and remove RateControlRegion enum. - Rename avg_max_bitrate_kbps to link_capacity_estimate_kbps and change the type to optional. - Remove the RateControlRegion enum. The old code seems to have the invariant that the region is kRcMaxUnknown iff avg_max_bitrate_kbps is uninitialized. - Change floats to double. Bug: webrtc:9942 Change-Id: Ic071a11ec4950053ec92beaa06f28f43192521d7 Reviewed-on: https://webrtc-review.googlesource.com/c/111247 Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25752}
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.