decode method

void decode(
  1. EncodedVideoChunk chunk
)

@AvailableInWorkers("window_and_dedicated")

The decode() method of the VideoDecoder interface enqueues a control message to decode a given chunk of video.

Implementation

external void decode(EncodedVideoChunk chunk);