RTCInboundRtpStreamStats: keyFramesDecoded property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
The keyFramesDecoded
property of the RTCInboundRtpStreamStats
dictionary represents the total number of key frames successfully decoded in this RTP media stream.
This includes, for example, key frames in VP8 (RFC 6386) or IDR-frames in H.264 (RFC 6184).
Note that the number of delta frames is calculated by subtracting this value from the total number of frames (framesDecoded
- keyFramesEncoded
).
Note: The property is undefined for audio streams.
Value
A positive integer.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API # dom-rtcinboundrtpstreamstats-keyframesdecoded |