commit | c59225795359ed4396ecd2c8679f12a2ef80c571 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Thu Jul 04 15:28:52 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 04 17:47:38 2024 |
tree | 2aa11ffb3863a82a3ba3c9234b8b152ab37845a0 | |
parent | 82c8e674ae299b8f155ad3dcddd6f73df6cbdc48 [diff] |
Add rate utilization tracker helper class. This class measures the allocated cumulative byte budget (as specified by one or more rate updates) and the actual cumulative number of bytes produced over a sliding window. A utilization factor (produced bytes / budgeted bytes) is calculated seen from the first data point timestamp until the last data point timestamp plus the amount time needed to send that last data point given no further updates to the rate. Wireup to EncoderBitrateAdjuster will happen in a follow-up CL. Bug: b/349561566 Change-Id: Id0dc183b07a96366531007be9ff1c1ec6574e9ff Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/356200 Commit-Queue: Erik Språng <sprang@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Auto-Submit: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42591}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.