Class: shaka.util.ManifestParserUtils
Utility functions for manifest parsing.
Members
(static) ContentType :string
Type:
Properties:
Name |
Value |
Type |
Description |
VIDEO |
video
|
string
|
|
AUDIO |
audio
|
string
|
|
TEXT |
text
|
string
|
|
APPLICATION |
application
|
string
|
|
- Source:
(static, constant) GAP_OVERLAP_TOLERANCE_SECONDS :number
Specifies how tolerant the player is of inaccurate segment start times and
end times within a manifest. For example, gaps or overlaps between segments
in a SegmentTimeline which are greater than or equal to this value will
result in a warning message.
Type:
- Source:
(static) TextStreamKind :string
Type:
Properties:
Name |
Value |
Type |
Description |
SUBTITLE |
subtitle
|
string
|
|
CLOSED_CAPTION |
caption
|
string
|
|
- Source:
Methods
(static) resolveUris(baseUrisnon-null, relativeUrisnon-null) → (non-null) {Array.<string>}
Resolves an array of relative URIs to the given base URIs. This will result
in M*N number of URIs.
Parameters:
Name |
Type |
Description |
baseUris |
Array.<string>
|
|
relativeUris |
Array.<string>
|
|
- Source:
Returns:
-
Type
-
Array.<string>