1. 開発者向けのウェブ技術
  2. Web API
  3. VideoFrame
  4. codedRect

このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docs コミュニティーについてもっと知り、仲間になるにはこちらから。

View in English Always switch to English

VideoFrame: codedRect プロパティ

Baseline 2024
最近利用可能

September 2024以降、この機能は最新のバージョンの端末およびブラウザーで動作します。古い端末やブラウザーでは動作しないことがあります。

Want more support for this feature? Tell us why.

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

DOMRectReadOnly です。

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

js
console.log(VideoFrame.codedRect);

仕様書

仕様書
WebCodecs
# dom-videoframe-codedrect

ブラウザーの互換性

MDN の改良に協力

協力方法を知る

このページは MDN の貢献者によって に最終更新されました。

AltStyle によって変換されたページ (->オリジナル) /