Timings

object Timings

Timings

Types

Link copied to clipboard
@Serializable
data class QoE(val asset: Long? = null, val metadata: Long? = null, val total: Long? = null)

Represents the timings until the current media started to play, as experienced by the user.

Link copied to clipboard
@Serializable
data class QoS(val asset: Long? = null, val drm: Long? = null, val metadata: Long? = null, val token: Long? = null)

Represents the timings until the current media started to play, during the preload phase.