Class: shaka.media.InitSegmentReference

Constructor

new InitSegmentReference(uris, startByte, endBytenullable)

Creates an InitSegmentReference, which provides the location to an initialization segment.
Parameters:
Name Type Attributes Description
uris function(): !Array.<string> A function that creates 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:

getUris :function(): !Array.<string>

Type:
  • function(): !Array.<string>
Source:

(constant) startByte :number

Type:
  • number
Source: