ReadonlyruntimeId: stringA runtime identifier for the segment that includes URL and byte range from its manifest.
ReadonlyexternalId: numberAn unique identifier of the segment in its stream used for P2P communications: sequence number for HLS or playtime for MPEG-DASH.
Readonlyurl: stringThe URL from which the segment can be downloaded.
Optional ReadonlybyteRange?: ByteRangeAn optional property specifying the range of bytes that represent the segment.
ReadonlystartTime: numberThe start time of the segment in seconds, relative to the beginning of the stream.
ReadonlyendTime: 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.