Firefox Tomorrow

web api instance property

RTCOutboundRtpStreamStats: keyFramesEncoded property

View on MDN ↗

Limited availability

The keyFramesEncoded property of the RTCOutboundRtpStreamStats dictionary represents the total number of key frames successfully encoded 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 (framesEncoded - keyFramesEncoded).

[!NOTE] The value does not exist for audio.

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.