PeriodData

data class PeriodData(val id: String?)

Data of a period in a DASH stream.

Constructors

Link copied to clipboard
constructor(id: String?)

Properties

Link copied to clipboard
val id: String?

The identifier for the period as defined in the DASH manifest.