Optional ReadonlyavailabilityIndicates whether the availability time for the segment is complete.
Optional ReadonlyavailabilitySpecifies a time offset, in seconds, from the availability start time of the content.
Optional ReadonlybitstreamA template for bitstream switching segment URLs, if bitstream switching is supported.
Optional ReadonlyBitstreamAn optional URL pointing to a bitstream switching segment. This segment contains data that enables the decoder to seamlessly switch between different bitrates or representations without the need for a full reinitialization. Using this property can significantly improve the user experience in adaptive streaming scenarios by reducing the latency and buffering times associated with bitrate switches.
Optional ReadonlydurationThe duration of each segment within the sequence, specified in the timescale units.
Optional ReadonlyindexA template for generating segment index URLs.
Optional ReadonlyindexSpecifies the byte range for the segment index within the media file, if applicable.
ReadonlyindexIndicates whether the indexRange is exact, providing precise byte range information for segment indexing.
Optional ReadonlyinitializationA template for generating initialization segment URLs.
Optional ReadonlyInitializationThe URL to the initialization segment required for decoding the media segments.
Optional ReadonlymediaA template for generating media segment URLs.
Optional ReadonlypresentationSpecifies a presentation time offset in the media timeline relative to the start of the Period, in timescale units, used to adjust the timing of media presentation.
Optional ReadonlyRepresentationThe URL to the segment index providing information about segment locations within the media stream.
Optional ReadonlySegmentAn optional SegmentTimeline that provides a detailed breakdown of the segments' timing and duration within
the content.
Optional ReadonlystartThe number of the first segment in the sequence.
Optional ReadonlytimescaleThe timescale in units per second used for timing properties within the segment.
Extends
MultipleSegmentBaseTypewith template properties for generating segment URLs.