W3cubDocs

/Web APIs

RTCInboundRtpStreamStats: totalDecodeTime property

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

The totalDecodeTime property of the RTCInboundRtpStreamStats dictionary indicates the total time spend decoding frames for this media source/stream, in seconds.

The time it takes to decode one frame is the time passed between feeding the decoder a frame and the decoder returning decoded data for that frame.

The number of decoded frames is given in framesDecoded, and the average decode time is totalDecodeTime / framesDecoded.

Note: The property is undefined for audio streams.

Value

An positive number, in seconds.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Opera Safari Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet WebView Android WebView on iOS
totalDecodeTime 79 79 106 66 No 79 106 57 No 12.0 79 No

See also

© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCInboundRtpStreamStats/totalDecodeTime