AudioData: close()-Methode
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Hinweis: Diese Funktion ist in Dedicated Web Workers verfügbar.
Die close()
-Methode der AudioData
-Schnittstelle löscht alle Zustände und gibt die Referenz zur Medienressource frei.
Syntax
js
close()
Parameter
Keine.
Rückgabewert
Nicht definiert.
Beispiele
Das folgende Beispiel zeigt das Schließen des AudioData
-Objekts.
js
AudioData.close();
Spezifikationen
Specification |
---|
WebCodecs # dom-audiodata-close |
Browser-Kompatibilität
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
close |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.