VideoResolution Class

The Video resolution.

Inheritance
VideoResolution

Constructor

VideoResolution(*, width: Optional[float] = None, height: Optional[float] = None, **kwargs)

Variables

width
float

The number of columns of the Video image.

height
float

The number of lines of the Video image.