OpenTV Player Web HTML5

Class: AudioTrack

videojs~videojs. AudioTrack

A representation of a single AudioTrack. If it is part of an AudioTrackList only one AudioTrack in the list will be enabled at a time.

new module:videojs~videojs.AudioTrack(options)

Create an instance of this class.

Name Type Default Description
options Object {} optional

Object of option names and values

Name Type Default Description
kind AudioTrack~Kind '' optional

A valid audio track kind

id string 'vjs_track_' + Guid.newGUID() optional

A unique id for this AudioTrack.

label string '' optional

The menu label for this track.

language string '' optional

A valid two character language code.

enabled boolean optional

If this track is the one that is currently playing. If this track is part of an AudioTrackList, only one AudioTrack will be enabled.

See:

Extends