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.
The video dimension.
export class VideoDimensions { width?: number; height?: number; }
The width (pixels) of the video.