Constructor
new InitSegmentReference(urisnon-null, startByte, endBytenullable)
Creates an InitSegmentReference, which provides the location to an
initialization segment.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
uris |
Array.<string> | The URIs of the resource containing the segment. | |
startByte |
number | The offset from the start of the resource to the start of the segment. | |
endByte |
number |
<nullable> |
The offset from the start of the resource to the end of the segment, inclusive. null indicates that the segment extends to the end of the resource. |
- Source:
Members
-
(constant, nullable) endByte :number
-
Type:
- number
- Source:
-
(constant) startByte :number
-
Type:
- number
- Source:
-
(constant, non-null) uris :Array.<string>
-
Type:
- Array.<string>
- Source: