Back to Content

AudioDecoder: reset() method

files/en-us/web/api/audiodecoder/reset/index.md

latest569 B
Original Source

{{securecontext_header}}{{APIRef("WebCodecs API")}}{{AvailableInWorkers("window_and_dedicated")}}

The reset() method of the {{domxref("AudioDecoder")}} interface resets all states including configuration, control messages in the control message queue, and all pending callbacks.

Syntax

js-nolint
reset()

Parameters

None.

Return value

None ({{jsxref("undefined")}}).

Examples

The following example resets the AudioDecoder.

js
AudioDecoder.reset();

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}