VideoFrame: codedRect プロパティ
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
codedRect
は VideoFrame
インターフェイスのプロパティで、幅と高さが VideoFrame.codedWidth
と VideoFrame.codedHeight
に一致する DOMRectReadOnly
を返します。
値
DOMRectReadOnly
です。
例
次の例は codedRect
をコンソールに出力します。
js
console.log(VideoFrame.codedRect);
仕様書
Specification |
---|
WebCodecs # dom-videoframe-codedrect |
ブラウザーの互換性
BCD tables only load in the browser