Variable VideoDecoder

    VideoDecoder: {
        prototype: VideoDecoder;
        isConfigSupported(config: VideoDecoderConfig): Promise<VideoDecoderSupport>;
        new (init: VideoDecoderInit): VideoDecoder;
    }