Interface VideoDecoderSupport

    interface VideoDecoderSupport {
        config?: VideoDecoderConfig;
        supported?: boolean;
    }

    Properties

    Properties

    supported?: boolean