Variable VTTCue

VTTCue: {
    prototype: VTTCue;
    new (startTime, endTime, text): VTTCue;
}

Type declaration

    • new (startTime, endTime, text): VTTCue
    • Parameters

      • startTime: number
      • endTime: number
      • text: string

      Returns VTTCue

  • prototype: VTTCue