new AudioTrackList(tracks)
AudioTrackList class
List of audiotracks
Parameters:
| Name | Type | Description |
|---|---|---|
tracks |
Array.<AudioTrack> | Array of AudioTracks |
Members
-
length
-
Methods
-
getTrackById(id)
-
Get an AudioTrack by its identifier
Parameters:
Name Type Description idString Track identifier
Returns:
- Type
- AudioTrack | null
EMP Html5 Player