Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since August 2023.
Note: This feature is available in Dedicated Web Workers.
The type read-only property of the RTCEncodedVideoFrame interface indicates whether this frame is a key frame or a delta frame.
The type can have one of the following values:
keyThis is a "key frame", which contains all the information needed to render an image. It can be decoded without reference to any other frames.
deltaThis is a "delta frame", which contains changes to an image relative to some previous frame. The frame cannot be decoded without access to the frame(s) that it references.
The implementation of a transform() function in a WebRTC Encoded Transform can look at the type and modify the transform code based on whether it is dealing with a key frame or delta frame:
| WebRTC Encoded Transform # dom-rtcencodedvideoframe-type |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Apr 9, 2026 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.