QoS

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.

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?

The time spent to load the asset, in milliseconds.

Link copied to clipboard
val drm: Long?

The time spent to load the DRM, in milliseconds.

Link copied to clipboard

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

Link copied to clipboard
val token: Long?

The time spent to load the token, in milliseconds.