ProducerReferenceTimeInfo
data class ProducerReferenceTimeInfo(val offsetToAvailabilityStartTime: Double)
Information relating to the producer reference time, based on the ProducerReferenceTime element in the DASH manifest.
Constructors
| ProducerReferenceTimeInfo | constructor(offsetToAvailabilityStartTime: Double) |
Properties
| Name | Summary |
|---|---|
| offsetToAvailabilityStartTime | val offsetToAvailabilityStartTime: Double Offset in seconds between the MPD's availabilityStartTime and the producer reference wall-clock time at the start of the MPD presentation timeline. |