W3cubDocs

/Web APIs

RTCInboundRtpStreamStats: framesDecoded property

Limited availability

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

The framesDecoded property of the RTCInboundRtpStreamStats dictionary indicates the total number of video frames which have been decoded successfully for this media source.

This represents the number of frames that would have been displayed assuming no frames were skipped.

Note: The property is undefined for audio streams.

Value

An positive integer.

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
framesDecoded 79 79 56 66 11–15.1 79 56 57 11–15.1 12.0 79 11–15.1

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/framesDecoded