VideoFrame: codedWidth プロパティ
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
codedWidth
は VideoFrame
インターフェイスのプロパティで、 VideoFrame
の幅をピクセル単位で返すもので、目に見えないパディングも含む可能性があり、比率の調整を考慮する前のものです。
値
整数です。
例
次の例は codedWidth
をコンソールに出力します。
js
console.log(VideoFrame.codedWidth);
仕様書
Specification |
---|
WebCodecs # dom-videoframe-codedwidth |
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
codedWidth |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.