VideoFrame: codedWidth property
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.
Note: This feature is available in Dedicated Web Workers.
The codedWidth
property of the VideoFrame
interface returns the width of the VideoFrame
in pixels, potentially including non-visible padding, and prior to considering potential ratio adjustments.
Value
An integer.
Examples
The following example prints the codedWidth
to the console.
js
console.log(VideoFrame.codedWidth);
Specifications
Specification |
---|
WebCodecs # dom-videoframe-codedwidth |