VideoFrame.codedWidth
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.
console.log(VideoFrame.codedWidth);
Specifications
Specification |
---|
WebCodecs # dom-videoframe-codedwidth |
Browser compatibility
BCD tables only load in the browser