Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TextTrackCueList

Indexable

[index: number]: internal.TextTrackCue

Index

Properties

Methods

Properties

length: number

Returns the number of cues in the list.

Methods

  • Returns the first text track cue (in text track cue order) with text track cue identifier id.

    Returns null if none of the cues have the given identifier or if the argument is the empty string.

    Parameters

    • id: string

    Returns null | internal.TextTrackCue

Generated using TypeDoc