new AudioTrack(optionsopt)
[tracks/audio-track.js](https://docs.videojs.com/tracks_audio-track.js.html)
, [line 12](https://docs.videojs.com/tracks_audio-track.js.html#line12)
Create an instance of this class.
Parameters:
Name | Type | Attributes | Default | Description |
---|
options | Object | <optional>
| {} | Object of option names and values PropertiesName | Type | Attributes | Default | Description |
---|
kind | AudioTrack~Kind | <optional>
| ‘’ | A valid audio track kind | id | string | <optional>
| ‘vjstrack‘ + Guid.newGUID() | 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