RTCMediaStreamTrackStats.framesReceived collected by RTCStatsCollector.

VideoReceiverInfo::frames_received added based on
VideoReceiveStream::Stats::frame_counts (.key_frames + .delta_frames).

BUG=webrtc:6757, chromium:659137, chromium:627816

Review-Url: https://codereview.webrtc.org/2607913002
Cr-Commit-Position: refs/heads/master@{#16185}
This commit is contained in:
hbos
2017-01-20 03:56:50 -08:00
committed by Commit bot
parent 7319f26632
commit 42f6d2fb6c
7 changed files with 22 additions and 3 deletions

View File

@ -267,7 +267,6 @@ class RTCMediaStreamTrackStats final : public RTCStats {
RTCStatsMember<double> frames_per_second;
// TODO(hbos): Not collected by |RTCStatsCollector|. crbug.com/659137
RTCStatsMember<uint32_t> frames_sent;
// TODO(hbos): Not collected by |RTCStatsCollector|. crbug.com/659137
RTCStatsMember<uint32_t> frames_received;
// TODO(hbos): Not collected by |RTCStatsCollector|. crbug.com/659137
RTCStatsMember<uint32_t> frames_decoded;