RTCInboundRtpStreamStats: removedSamplesForAcceleration property
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2022.
The removedSamplesForAcceleration
property of the RTCInboundRtpStreamStats
dictionary indicates the total number of samples that have been removed from the output stream to increase the rate that the received samples are played out, as the jitter buffer starts to overfill.
This is the absolute value of the difference between the number of samples received and the number of received samples that are played out. Note that it is only iterated when playout of received samples is sped up (not when playout of samples is slowed).
Note: The value is undefined for video streams.
Value
A positive integer.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API # dom-rtcinboundrtpstreamstats-removedsamplesforacceleration |