AudioTrackList
EventTarget → js.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: IntThe number of tracks in the list.
onchange: haxe.Functiononaddtrack: haxe.Functiononremovetrack: haxe.FunctiongetTrackById(id: String): AudioTrack| Name | Type |
|---|---|
id |
String |
| Returns |
|---|
| AudioTrack |