VideoFrame: codedHeight 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 codedHeight
property of the VideoFrame
interface returns the height 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 codedHeight
to the console.
js
console.log(VideoFrame.codedHeight);
Specifications
Specification |
---|
WebCodecs # dom-videoframe-codedheight |