Skip to content

Commit

Permalink
Add "kind" property for text streams
Browse files Browse the repository at this point in the history
Issue #206

Change-Id: Id731da4b2d76a8fd62e316317600cae094c5255c
joeyparrish committed Dec 4, 2015
1 parent 9701e18 commit 1a3786b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/media/manifest.js
Original file line number Diff line number Diff line change
@@ -241,6 +241,11 @@ shaka.media.FindSegmentReferenceFunction;
* The stream's height in pixels.
*
* <li>
* <b>kind</b>: string <i>text only</i> <br>
* The kind of text stream. For example, 'captions' or 'subtitles'.
* @see https://goo.gl/k1HWA6
*
* <li>
* <b>keyIds</b>: Array.&lt;string&gt; <br>
* The stream's key IDs as hex strings. These key IDs identify the encryption
* keys that the browser (key system) can use to decrypt the stream. <br>
@@ -259,6 +264,7 @@ shaka.media.FindSegmentReferenceFunction;
* bandwidth: (number|undefined),
* width: (number|undefined),
* height: (number|undefined),
* kind: (string|undefined),
* keyIds: !Array.<string>
* }}
* @exportDoc

0 comments on commit 1a3786b

Please sign in to comment.