Class: videojs.VideoTrack

videojs~videojs.VideoTrack. videojs.VideoTrack

A representation of a single VideoTrack.


new videojs.VideoTrack( [options])

Create an instance of this class.

Parameters:
Name Type Argument Default Description
options Object <optional>
{}

Object of option names and values

Properties
Name Type Argument Default Description
kind string <optional>
''

A valid VideoTrack~Kind

id string <optional>
'vjs_track_' + 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.

selected boolean <optional>

If this track is the one that is currently playing.

Source:
tracks/video-track.js
See:

Extends