configure method

void configure(
  1. VideoDecoderConfig config
)

@AvailableInWorkers("window_and_dedicated")

The configure() method of the VideoDecoder interface enqueues a control message to configure the video decoder for decoding chunks.

Implementation

external void configure(VideoDecoderConfig config);