DateRangeMetadata

DateRangeMetadata

data class DateRangeMetadata(val id: String, val classLabel: String?, val startDate: Double, val duration: Double?, val plannedDuration: Double?, val endOnNext: Boolean, val clientAttributes: Map<String, String>) : Metadata.Entry

Represents #EXT-X-DATERANGE metadata in an HLS playlist

Constructors

DateRangeMetadataconstructor(id: String, classLabel: String?, startDate: Double, duration: Double?, plannedDuration: Double?, endOnNext: Boolean, clientAttributes: Map<String, String>)

Types

NameSummary
Companionobject Companion

Properties

NameSummary
classLabelval classLabel: String?
clientAttributesval clientAttributes: Map<String, String>
durationval duration: Double?
endOnNextval endOnNext: Boolean
idval id: String
plannedDurationval plannedDuration: Double?
startDateval startDate: Double
typeopen override val type: String