commit | 610c76323e232823b939e6aa04d8a1336b7b9558 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Wed Mar 06 15:37:33 2019 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Mar 07 08:42:41 2019 +0000 |
tree | 6a54f3ef0a2631cf8b2958f696f918f016d46f51 | |
parent | e49d64e762660140d1b0bde1b9274dd24290ab87 [diff] |
Add target bitrate headroom signal to VideoStreamEncoder. This CL plumbs an additional signal from VideoSendStream down to VideoStreamEncoder, namely the amount of headroom that's left between the encoder max bitrate and the current bitrate allocation for the media track. This will be used in follow-up CLs to tune encoder rate adjustment and some codec specific paramaters a bit differently, based on the knowledge if we are network constrained or not. Bug: webrtc:10155 Change-Id: Ic6ccc79be5c6845468bab65b4ca9918b56923fa4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/125981 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27008}
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.