configure method
@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);