VideoFrame: visibleRect プロパティ

Limited availability

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

visibleRectVideoFrame インターフェイスのプロパティで、この VideoFrame の可視矩形のピクセル数を表す DOMRectReadOnly を返します。

DOMRectReadOnly です。

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

js
console.log(VideoFrame.visibleRect);

仕様書

Specification
WebCodecs
# dom-videoframe-visiblerect

ブラウザーの互換性

BCD tables only load in the browser