UNPKG

chromecast-js

Version:

Chromecast/Googlecast streaming module all in JS

47 lines (32 loc) 1.28 kB
WEBVTT 00:00:01.000 --> 00:00:05.000 These captions test some features of the WebVTT formats 00:00:06.000 --> 00:00:10.000 line:5% This cue is positioned at the top of the video 00:00:11.000 --> 00:00:15.000 position:5% align:start This cue is positioned at the left side of the video. 00:00:16.000 --> 00:00:20.000 position:95% align:end And this one at the right side. 00:00:21.000 --> 00:00:25.000 size:33% This cue is only a third of the width of the video, hence the multiple line breaks. 00:00:26.000 --> 00:00:30.000 This cue contains <b>bold</b> text. 00:00:31.000 --> 00:00:35.000 This cue contains <i>italic</i> text. 00:00:36.000 --> 00:00:40.000 This cue contains <u>underlined</u> text. 00:00:41.000 --> 00:00:45.000 This cue contains <b><i><u>bold, italic, underlined</u></i></b> text. 00:00:46.000 --> 00:00:50.000 <c.myclass>This cue contains the class "myclass". Browsers that support ::cue CSS should make it red.</c> 00:00:51.000 --> 00:00:55.000 The following cue contains two voices. Tarzan should be blue and Jane green. 00:00:56.000 --> 00:01:00.000 <v Tarzan>Me Tarzan... <v Jane>That would make me Jane! 00:01:01.000 --> 00:01:05.000 <c.bigclass>Using CSS, this font size should be 150%.</c> 00:01:06.000 --> 00:01:10.000 That's it! For now...