VideoFrame: 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 des VideoFrame-Interfaces erstellt ein neues VideoFrame-Objekt, das auf die gleiche Medienressource wie das Original verweist.

Syntax

js
clone()

Parameter

Keine.

Rückgabewert

Ein neues geklontes VideoFrame-Objekt.

Ausnahmen

InvalidStateError DOMException

Wird ausgelöst, wenn das VideoFrame-Objekt übertragen wurde.

Beispiele

Im folgenden Beispiel wird eine Kopie von VideoFrame als videoFrame2 geklont.

js
let videoFrame2 = VideoFrame.clone();

Spezifikationen

Specification
WebCodecs
# dom-videoframe-clone

Browser-Kompatibilität

BCD tables only load in the browser