Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VideoDimensions

The video resolution.

Hierarchy

  • VideoDimensions

Index

Constructors

Properties

Constructors

constructor

  • new VideoDimensions(params?: undefined | { height?: undefined | number; width?: undefined | number }): VideoDimensions
  • Parameters

    • Optional params: undefined | { height?: undefined | number; width?: undefined | number }

    Returns VideoDimensions

Properties

Optional height

height: undefined | number

The height (px) of the video encoding resolution.

Optional width

width: undefined | number

The width (px) of the video encoding resolution.

Generated using TypeDoc