Type alias SegmentAlpha

Segment: {
    byteRange?: string;
    duration: number;
    url: string;
}

CMAF-HAM Segment type

Type declaration

  • Optional byteRange?: string
  • duration: number
  • url: string