Timings

object Timings

Contains data classes representing timings related to media playback.

Types

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

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

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

Represents the Quality of Service timings for pre-playback performance metrics gathered during resource loading.