widthPixels property
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;
The encoded video content's width in pixels.
You can calculate the video's encoding aspect ratio as width_pixels / height_pixels.
core.int? widthPixels;