Readonly activeThe active quality of the media track, i.e. the quality that is currently being played.
Readonly enabledMarks the track to be the selected track for playout
Readonly idThe identifier of the media track.
- This identifier can be used to distinguish between related tracks, e.g. tracks in the same list.
Readonly kindThe kind of the media track, represented by a value from the following list:
- 'main': The track is the default track for playback
- 'alternative': The track is not the default track for playback
Readonly labelThe label of the media track.
Readonly languageThe language of the media track.
Readonly qualitiesThe qualities of the media track.
Readonly uidA unique identifier of the media track.
- This identifier is unique across tracks of a THEOplayer instance and can be used to distinguish between tracks.
- This identifier is a randomly generated number.
Optional Readonly unlocalizedThe unlocalized label of the media track, as extracted from the manifest.
Represents a media track (audio or video) of a media resource.