Represents a dynamically updating list of timed track cues in a given order.
Platform Support
| Mozilla | Chrome | Safari | Opera | IE | Netscape | 3.5+ | no | 4.0.5+ | 10.5+ | 9.0+ | no |
|---|
Constructors
| Constructor | Action | Mozilla | Chrome | Safari | Opera | IE | Netscape | ||
|---|---|---|---|---|---|---|---|---|---|
|
TimedTrackCueList Constructor() : TimedTrackCueList
Creates an instance of the TimedTrackCueList.
|
Show Details | 3.5+ | no | 4.0.5+ | 10.5+ | 9.0+ | no | ||
TimedTrackCueList() : TimedTrackCueListCreates an instance of the TimedTrackCueList. Returns
|
|||||||||
Properties
| Property | Action | Mozilla | Chrome | Safari | Opera | IE | Netscape |
|---|---|---|---|---|---|---|---|
|
length
: String
Returns the number of cues in the list represented by the TimedTrackCueList object.
|
Show Details | 3.5+ | no | 4.0.5+ | 10.5+ | 9.0+ | no |
|
|||||||
Functions
| Method | Action | Mozilla | Chrome | Safari | Opera | IE | Netscape | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
getCueById(String id) : TimedTrackCue
Returns the first timed track cue (in timed track cue order) with timed track cue identifier id.
|
Show Details | 3.5+ | no | 4.0.5+ | 10.5+ | 9.0+ | no | |||||
|
Parameters
Returns
|
||||||||||||
References
Availability
JavaScript 1.2|WhatWG