decode method
@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);
@AvailableInWorkers("window_and_dedicated")
The decode()
method of the VideoDecoder interface enqueues a
control message to decode a given chunk of video.
external void decode(EncodedVideoChunk chunk);