stats: make inbound-rtp frame assembly time standard
standardized in https://github.com/w3c/webrtc-stats/pull/694 BUG=webrtc:13986 Change-Id: Ia24e7fa64a48ad6c88882c90fd03bd1d89408ea4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/278789 Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Philipp Hancke <phancke@microsoft.com> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38390}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
488f669724
commit
95d880291f
@ -478,9 +478,8 @@ class RTC_EXPORT RTCInboundRTPStreamStats final
|
||||
RTCStatsMember<uint32_t> frames_dropped;
|
||||
RTCStatsMember<double> total_decode_time;
|
||||
RTCStatsMember<double> total_processing_delay;
|
||||
// TODO(https://crbug.com/webrtc/13986): standardize
|
||||
RTCNonStandardStatsMember<double> total_assembly_time;
|
||||
RTCNonStandardStatsMember<uint32_t> frames_assembled_from_multiple_packets;
|
||||
RTCStatsMember<double> total_assembly_time;
|
||||
RTCStatsMember<uint32_t> frames_assembled_from_multiple_packets;
|
||||
RTCStatsMember<double> total_inter_frame_delay;
|
||||
RTCStatsMember<double> total_squared_inter_frame_delay;
|
||||
RTCStatsMember<uint32_t> pause_count;
|
||||
|
||||
Reference in New Issue
Block a user