AudioTrackList

EventTargetjs.html.AudioTrackList (extern class)

The AudioTrackList interface is used to represent a list of the audio tracks contained within a given HTML media element, with each track represented by a separate AudioTrack object in the list.

Documentation AudioTrackList by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Instance Members

length: Int

The number of tracks in the list.


onchange: haxe.Function

onaddtrack: haxe.Function

onremovetrack: haxe.Function

getTrackById(id: String): AudioTrack
Name Type
id String
Returns
AudioTrack