QoS

@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.

Constructors

Link copied to clipboard
constructor(asset: Long? = null, drm: Long? = null, metadata: Long? = null, token: Long? = null)

Properties

Link copied to clipboard
val asset: Long? = null

The time spent to load the asset, in milliseconds.

Link copied to clipboard
val drm: Long? = null

The time spent to load the DRM, in milliseconds.

Link copied to clipboard
val metadata: Long? = null

The time spent to load the media source, in milliseconds.

Link copied to clipboard
val token: Long? = null

The time spent to load the token, in milliseconds.