ReadonlydateThe Date Ranges declared in this playlist (EXT-X-DATERANGE), in the order
they appear. HLS Interstitials (SGAI ad breaks) are carried as Date Ranges
whose classId is com.apple.hls.interstitial.
ReadonlyendedWhether the playlist is complete, indicated by the presence of EXT-X-ENDLIST.
ReadonlymediaThe sequence number of the first segment in the playlist (EXT-X-MEDIA-SEQUENCE).
ReadonlyplaylistThe mutability type of the playlist: VOD (static), EVENT (append-only), or LIVE (sliding window).
ReadonlysegmentsThe ordered list of media segments in this playlist.
ReadonlytargetThe upper bound on the duration of any segment in the playlist, in seconds (EXT-X-TARGETDURATION).
ReadonlyversionThe HLS protocol version required by this playlist (EXT-X-VERSION).
A parsed HLS Media Playlist as defined by RFC 8216.
A Media Playlist contains a list of media segments that, when played sequentially, form a continuous stream.
See
https://datatracker.ietf.org/doc/html/rfc8216#section-4