Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VideoScale

Package version

The video scaling information.

Hierarchy

  • VideoScale

Index

Properties

Properties

Optional height

height: undefined | string

The desired output video height.

Optional mode

Describes the video scaling mode to be applied. Default mode is 'Pad'. If the mode is 'Pad' or 'Stretch' then both width and height must be specified. Else if the mode is 'PreserveAspectRatio' then only one of width or height need be provided.

Optional width

width: undefined | string

The desired output video width.

Generated using TypeDoc