AudioData: clone()-Methode
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Hinweis: Dieses Feature ist verfügbar in Dedicated Web Workers.
Die clone()
-Methode der AudioData
-Schnittstelle erstellt ein neues AudioData
-Objekt mit Verweis auf dieselbe Medienressource wie das Original.
Syntax
js
clone()
Parameter
Keine.
Rückgabewert
Das geklonte AudioData
-Objekt.
Ausnahmen
InvalidStateError
DOMException
-
Wird ausgelöst, wenn das
AudioData
-Objekt übertragen wurde.
Beispiele
Das folgende Beispiel klont eine Kopie von AudioData
als audioData2
.
js
let audioData2 = AudioData.clone();
Spezifikationen
Specification |
---|
WebCodecs # dom-audiodata-clone |
Browser-Kompatibilität
BCD tables only load in the browser