QoE

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.

Constructors

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

Properties

Link copied to clipboard
val asset: Long?

The time spent to load the asset, in milliseconds.

Link copied to clipboard

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

Link copied to clipboard
val total: Long?

The time spent to load the media from the moment the MediaItem became the current item until it started to play, in milliseconds.