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