Variable VideoDecoder
VideoDecoder : {
prototype: VideoDecoder;
isConfigSupported(config: VideoDecoderConfig): Promise<VideoDecoderSupport>;
new (init: VideoDecoderInit): VideoDecoder;
}
prototype: VideoDecoder;
isConfigSupported(config: VideoDecoderConfig): Promise<VideoDecoderSupport>;
new (init: VideoDecoderInit): VideoDecoder;
}
Type declaration
- new (init): VideoDecoder
Parameters
- init: VideoDecoderInit
Returns VideoDecoder
prototype: VideoDecoder
is
Config :functionSupported - is
Config (config): Promise<VideoDecoderSupport>Supported Parameters
- config: VideoDecoderConfig
Returns Promise<VideoDecoderSupport>
- is
MDN Reference