EncodedVideoChunk
The EncodedVideoChunk interface of the WebCodecs API represents a chunk of encoded video data.
Properties
Link copied to clipboard
The byteLength read-only property of the EncodedVideoChunk interface returns the length in bytes of the encoded video data.
Link copied to clipboard
The type read-only property of the EncodedVideoChunk interface returns a value indicating whether the video chunk is a key chunk, which does not rely on other frames for decoding.