VideoFrame: visibleRect プロパティ
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
visibleRect
は VideoFrame
インターフェイスのプロパティで、この VideoFrame
の可視矩形のピクセル数を表す DOMRectReadOnly
を返します。
値
DOMRectReadOnly
です。
例
次の例は visibleRect
をコンソールに出力します。
js
console.log(VideoFrame.visibleRect);
仕様書
Specification |
---|
WebCodecs # dom-videoframe-visiblerect |
ブラウザーの互換性
BCD tables only load in the browser