QoE

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

Constructors

Link copied to clipboard
constructor(asset: Long? = null, metadata: Long? = null, total: 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 metadata: Long? = null

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

Link copied to clipboard
val total: Long? = null

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