web api instance property
RTCInboundRtpStreamStats: keyFramesDecoded property
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 (6386) or IDR-frames in H.264 (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
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.