OpenTV Player Web HTML5

Class: VideoTrack

videojs~videojs. VideoTrack

A representation of a single VideoTrack.

new module:videojs~videojs.VideoTrack(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 string '' optional

A valid VideoTrack~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.

selected boolean optional

If this track is the one that is currently playing.

See:

Extends