widthPixels property

int? widthPixels
getter/setter pair

The width of the video in pixels.

Must be an even integer. When not specified, the width is adjusted to match the specified height and input aspect ratio. If both are omitted, the input width is used.

Implementation

core.int? widthPixels;