Readonly
runtimeId: stringA runtime identifier for the segment that includes URL and byte range from its manifest.
Readonly
externalId: numberAn unique identifier of the segment in its stream used for P2P communications: sequence number for HLS or playtime for MPEG-DASH.
Readonly
url: stringThe URL from which the segment can be downloaded.
Optional
Readonly
byteRange?: ByteRangeAn optional property specifying the range of bytes that represent the segment.
Readonly
startTime: numberThe start time of the segment in seconds, relative to the beginning of the stream.
Readonly
endTime: numberThe end time of the segment in seconds, relative to the beginning of the stream.
Describes a media segment with its unique identifiers, location, and timing information.