commit | 94150ee487f433ac12622f16f0052e42cfe0b97c | [log] [tgz] |
---|---|---|
author | Ilya Nikolaevskiy <ilnik@webrtc.org> | Wed May 23 09:53:19 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu May 24 14:53:31 2018 |
tree | 6f143b967e3982cf910d504cc9397f94630e2d66 | |
parent | 95de63b6fce932aa8f70e6866efd762ac53a4403 [diff] |
Implement VideoQualityObserver This class receives data about video frames from ReceiveStatisticsProxy, calculates spatial and temporal quality metrics and outputs them to UMA stats. It is all done in a separate class because it will be further extended to calculate aggregated quality metrics in the future. Bug: webrtc:9295 Change-Id: Ie36db83e10c0e8da0b9baa392651cb9a67a54a80 Reviewed-on: https://webrtc-review.googlesource.com/78220 Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23387}
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.