Constructor
new TextTrackCueList(cues)
Create an instance of this class..
Parameters:
| Name | Type | Description |
|---|---|---|
cues |
Array | A list of cues to be initialized with |
- See:
Methods
-
getCueById(id) → {TextTrackCue|null}
-
Get a
TextTrackCuethat is currently in theTextTrackCueListby id.Parameters:
Name Type Description idstring The id of the cue that should be searched for.