VideoFrame: codedRect-Eigenschaft

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 codedRect-Eigenschaft der VideoFrame-Schnittstelle gibt ein DOMRectReadOnly mit der Breite und Höhe zurück, die VideoFrame.codedWidth und VideoFrame.codedHeight entsprechen.

Wert

Beispiele

Das folgende Beispiel gibt das codedRect in der Konsole aus.

js
console.log(VideoFrame.codedRect);

Spezifikationen

Specification
WebCodecs
# dom-videoframe-codedrect

Browser-Kompatibilität

BCD tables only load in the browser