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.
Value
An positive integer.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API # dom-rtcinboundrtpstreamstats-framesdecoded |