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

Link copied to clipboard
constructor(id: String, classLabel: String?, startDate: Double, duration: Double?, plannedDuration: Double?, endOnNext: Boolean, clientAttributes: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val type: String