summaryrefslogtreecommitdiff
path: root/javascript/videojs/docs/legacy-docs/guides/tracks.html
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/videojs/docs/legacy-docs/guides/tracks.html')
-rw-r--r--javascript/videojs/docs/legacy-docs/guides/tracks.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/javascript/videojs/docs/legacy-docs/guides/tracks.html b/javascript/videojs/docs/legacy-docs/guides/tracks.html
new file mode 100644
index 0000000..3ef0a8c
--- /dev/null
+++ b/javascript/videojs/docs/legacy-docs/guides/tracks.html
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title></title>
+<link rel="stylesheet" type="text/css" href="../css/guides.css">
+<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,600,600italic' rel='stylesheet' type='text/css'><link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/solarized_light.min.css" />
+<script type="text/javascript" src="//use.edgefonts.net/source-code-pro.js"></script>
+<link rel="canonical" href="https://docs.videojs.com/tutorial-tracks.html">
+</head>
+<body>
+<p class="legacydocsnote">This documentation is for an outdated version of Video.js. See <a href="https://docs.videojs.com/tutorial-tracks.html">documentation for the current release</a>.
+
+<div id="sidenav" class="sidenav"></div>
+<div id="main" class="main">
+<h1 id="tracks">Tracks</h1>
+<p>There are currently three types of tracks</p>
+<ul>
+<li><a href="./audio-tracks.html">AudioTracks</a> - allows the selection of alternative AudioTracks for a video</li>
+<li><a href="./video-tracks.html">VideoTracks</a> - allows the selection of an alternative VideoTrack for a video</li>
+<li><a href="./text-tracks.html">TextTracks</a> - Text Tracks are used to display subtitles and captions, and add a menu for navigating between chapters in a video.</li>
+</ul>
+
+<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/highlight.min.js"></script>
+<script src="../js/guides.js"></script>
+<script>hljs.initHighlightingOnLoad();</script>
+</body>
+
+</html>