VideoDimensions

The video dimension.

export class VideoDimensions {
  
  width?: number;
  
  height?: number;
}

Attributes

width

The width (pixels) of the video.

height
The height (pixels) of the video.