commit | 50cfe1fda7f2b4a6a449fe7234f4c1aa2a475c61 | [log] [tgz] |
---|---|---|
author | hbos <hbos@webrtc.org> | Mon Jan 23 15:21:55 2017 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jan 23 15:21:55 2017 |
tree | e387296af5f31c50469f6df349298e141bcd4752 | |
parent | 9c3d4c4d881be595dd8e68e2130f23d9f4fab057 [diff] |
RTCMediaStreamTrackStats.framesDropped collected by RTCStatsCollector. Spec: https://w3c.github.io/webrtc-stats/#dom-rtcmediastreamtrackstats-framesdropped Implemented as frames_received - frames_rendered. Part of this CL is adding frames_rendered to VideoReceiveStream::Stats and updating it at ReceiveStatisticsProxy::OnRenderedFrame. BUG=webrtc:6757, chromium:659137, chromium:627816 NOTRY=True Review-Url: https://codereview.webrtc.org/2607933002 Cr-Commit-Position: refs/heads/master@{#16213}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.