VideoFrame: visibleRect プロパティ
Baseline 2024Newly available
Since September 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
visibleRect
は VideoFrame
インターフェイスのプロパティで、この VideoFrame
の可視矩形のピクセル数を表す DOMRectReadOnly
を返します。
値
DOMRectReadOnly
です。
例
次の例は visibleRect
をコンソールに出力します。
js
console.log(VideoFrame.visibleRect);
仕様書
Specification |
---|
WebCodecs # dom-videoframe-visiblerect |