mirror of
https://github.com/videojs/video.js.git
synced 2024-12-14 11:23:30 +02:00
22 lines
558 B
Markdown
22 lines
558 B
Markdown
# Tracks
|
|
|
|
There are currently three types of tracks:
|
|
|
|
## Table of Contents
|
|
|
|
* [Audio Tracks](#audio-tracks)
|
|
* [Video Tracks](#video-tracks)
|
|
* [Text Tracks](#text-tracks)
|
|
|
|
## [Audio Tracks](/docs/guides/audio-tracks.md)
|
|
|
|
Audio tracks allow the selection of alternate audio for a video.
|
|
|
|
## [Video Tracks](/docs/guides/video-tracks.md)
|
|
|
|
Video tracks allow the selection of alternate video content.
|
|
|
|
## [Text Tracks](/docs/guides/text-tracks.md)
|
|
|
|
Text tracks are used to display subtitles and captions and add a menu for navigating between chapters in a video.
|