ScalingType: {
    bottom?: number;
    height?: number;
    left?: number;
    padColor?: string;
    pixelAspectRatio?: AspectRatioType;
    right?: number;
    rotate?: string;
    targetDAR?: AspectRatioType;
    top?: number;
    width?: number;
}

Type declaration

  • Optional bottom?: number
  • Optional height?: number
  • Optional left?: number
  • Optional padColor?: string
  • Optional pixelAspectRatio?: AspectRatioType
  • Optional right?: number
  • Optional rotate?: string
  • Optional targetDAR?: AspectRatioType
  • Optional top?: number
  • Optional width?: number