VideoFrame: codedRect プロパティ

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

codedRectVideoFrame インターフェイスのプロパティで、幅と高さが VideoFrame.codedWidthVideoFrame.codedHeight に一致する DOMRectReadOnly を返します。

DOMRectReadOnly です。

次の例は codedRect をコンソールに出力します。

js
console.log(VideoFrame.codedRect);

仕様書

Specification
WebCodecs
# dom-videoframe-codedrect

ブラウザーの互換性

BCD tables only load in the browser