commit | 2dbc69fa64a7ea183e090dbfaa68ab16d4bcef7a | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Fri Aug 25 00:15:13 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Aug 25 00:50:42 2017 |
tree | fcea316c7c5f841d7d0fff4dbd99e7dd52da7780 | |
parent | d6a5cbdf4c470f5a150f78baedbfba635beb2565 [diff] |
Add stats totalSamplesReceived and concealedSamples Adds two new stats to RTCMediaStreamTrackStats: * totalSamplesReceived is the total number of samples received on the audio channel and includes real and synthetic samples. * concealedSamples is the total number of synthetic samples received on the audio channel used to conceal packet loss. Bug: webrtc:8076 Change-Id: I36e9828525ec341490cf3310a972b56a8b443667 Reviewed-on: https://chromium-review.googlesource.com/615902 Commit-Queue: Steve Anton <steveanton@webrtc.org> Reviewed-by: Tommi <tommi@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#19506}
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.