Interface VideoDecoderInit

    interface VideoDecoderInit {
        error: WebCodecsErrorCallback;
        output: VideoFrameOutputCallback;
    }

    Properties

    Properties