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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user