VideoFrame: codedWidth property

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

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

Browser compatibility

BCD tables only load in the browser