web api instance method
AudioData: close() method
Available in workers
The close() method of the AudioData interface clears all states and releases the reference to the media resource.
Syntax
close()
Parameters
None.
Return value
Undefined.
Examples
The following example shows the AudioData object being closed.
AudioData.close();
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.