DateRangeMetadata

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

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

Constructors

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun getType(): String

Properties

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