File tree Expand file tree Collapse file tree 8 files changed +296
-73
lines changed
Expand file tree Collapse file tree 8 files changed +296
-73
lines changed Original file line number Diff line number Diff line change 1414# Please keep the list sorted.
1515
1616AdsWizz <*@adswizz.com>
17+ Adrián Gómez Llorente <adgllorente@gmail.com>
1718Alugha GmbH <*@alugha.com>
1819Alvaro Velad Galvan <alvaro.velad@mirada.tv>
1920Bonnier Broadcasting <*@bonnierbroadcasting.com>
@@ -51,4 +52,6 @@ Tomas Tichy <mr.tichyt@gmail.com>
5152Toshihiro Suzuki <t.suzuki326@gmail.com>
5253uStudio Inc. <*@ustudio.com>
5354Verizon Digital Media Services <*@verizondigitalmedia.com>
54- Adrián Gómez Llorente <adgllorente@gmail.com>
55+ Vincent Valot <valot.vince@gmail.com>
56+
57+
Original file line number Diff line number Diff line change @@ -83,5 +83,6 @@ Torbjörn Einarsson <torbjorn.einarsson@edgeware.tv>
8383Toshihiro Suzuki <t.suzuki326@gmail.com>
8484Vasanth Polipelli <vasanthap@google.com>
8585Vignesh Venkatasubramanian <vigneshv@google.com>
86+ Vincent Valot <valot.vince@gmail.com>
8687Yohann Connell <robinconnell@google.com>
8788Adrián Gómez Llorente <adgllorente@gmail.com>
Original file line number Diff line number Diff line change @@ -316,6 +316,20 @@ shaka.extern.Cue = class {
316316 * @exportDoc
317317 */
318318 this . id ;
319+
320+ /**
321+ * Nested cues
322+ * @type {Array.<!shaka.extern.Cue> }
323+ * @exportDoc
324+ */
325+ this . nestedCues ;
326+
327+ /**
328+ * Whether or not the cue only acts as a spacer between two cues
329+ * @type {boolean }
330+ * @exportDoc
331+ */
332+ this . spacer ;
319333 }
320334} ;
321335
Original file line number Diff line number Diff line change @@ -182,6 +182,18 @@ shaka.text.Cue = class {
182182 * @exportInterface
183183 */
184184 this . id = '' ;
185+
186+ /**
187+ * @override
188+ * @exportInterface
189+ */
190+ this . nestedCues = [ ] ;
191+
192+ /**
193+ * @override
194+ * @exportInterface
195+ */
196+ this . spacer = false ;
185197 }
186198} ;
187199
You can’t perform that action at this time.
0 commit comments