web api instance method
AudioDecoder: reset() method
Secure contextAvailable in workers
The reset() method of the AudioDecoder interface resets all states including configuration, control messages in the control message queue, and all pending callbacks.
Syntax
reset()
Parameters
None.
Return value
None (undefined).
Examples
The following example resets the AudioDecoder.
AudioDecoder.reset();
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.