interface ImscSubtitle {
    cues: ImscSubtitleCue[];
    frameRate: number;
    id: string;
    label: string;
    language: string;
    src: string | SubtitleSource;
    startTime?: TimeCode;
    tt: TimedTextObject;
}

Hierarchy

  • ImscSubtitleBase
    • ImscSubtitle

Properties

frameRate: number
id: string
label: string
language: string
src: string | SubtitleSource
startTime?: TimeCode