heightPixels property

int? heightPixels
getter/setter pair

The height of the video in pixels.

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

Implementation

core.int? heightPixels;