TimedTrackCueList
Return to: HTML DOM Level 5 index

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() : TimedTrackCueList

Creates an instance of the TimedTrackCueList.

Returns
TimedTrackCueList

Visibility
internal

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
Availability

WhatWG

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
String id The id of the timed track queue.

Returns
TimedTrackCue

Availability

WhatWG

References

TimedTrackCueList

Availability

JavaScript 1.2|WhatWG

text_javascript aptana_docs