VideoFrame: displayWidth 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 displayWidth
property of the VideoFrame
interface returns the width of the VideoFrame
after applying aspect ratio adjustments.
Value
An integer.
Examples
The following example prints the displayWidth
to the console.
js
console.log(VideoFrame.displayWidth);
Specifications
Specification |
---|
WebCodecs # dom-videoframe-displaywidth |