AudioData: close() method
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The close()
method of the AudioData
interface clears all states and releases the reference to the media resource.
Syntax
js
close()
Parameters
None.
Return value
Undefined.
Examples
The following example shows the AudioData
object being closed.
js
AudioData.close();
Specifications
Specification |
---|
WebCodecs # dom-audiodata-close |
Browser compatibility
BCD tables only load in the browser