widthPixels property

int? widthPixels
getter/setter pair

The encoded video content's width in pixels.

You can calculate the video's encoding aspect ratio as width_pixels / height_pixels.

Implementation

core.int? widthPixels;