type property

@AvailableInWorkers("window_and_dedicated")

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.

Implementation

external EncodedVideoChunkType get type;