Type alias VideoTrackAlpha

VideoTrack: Track & {
    frameRate: FrameRate;
    height: number;
    par: string;
    sar: string;
    scanType: string;
    width: number;
}

CMAF-HAM Track type

width - Video width in pixels. height - Video height in pixels. frameRate - Video framerate in FrameRate type; par - Pixel Aspect Ratio of the video track as string. sar - Sample Aspect Ratio of the video track in string. scanType - The method used to display the video track.

Type declaration

  • frameRate: FrameRate
  • height: number
  • par: string
  • sar: string
  • scanType: string
  • width: number