commit | 739a5b3692880cb6b41ae620fb9e755c39b044b1 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Thu Oct 31 14:49:02 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Oct 31 15:34:39 2019 |
tree | 98a086d042eb9f5a2c71bb04a455d9ae216e89e6 | |
parent | 8d65e9ab98d86cd77ed22d7fd777772cd8359f89 [diff] |
Refactors BitrateProber with unit types and absolute probe time. Using unit types improves readability and some conversion in PacedSender can be removed. TimeUntilNextProbe() is replaced by NextProbeTime(), so returning an absolute time rather than a delta. This fits better with the upcoming TaskQueue based pacer, and is also what is already stored internally in BitrateProber. Bug: webrtc:10809 Change-Id: I5a4e289d2b53e99d3c0a2f4b36a966dba759d5cf Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/158743 Commit-Queue: Erik Språng <sprang@webrtc.org> Reviewed-by: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29670}
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.