Interface AudioDecoderInit

    interface AudioDecoderInit {
        error: WebCodecsErrorCallback;
        output: AudioDataOutputCallback;
    }

    Properties

    Properties