LoadDuration
data class LoadDuration(val source: Duration? = null, val manifest: Duration? = null, val asset: Duration? = null, val drm: Duration? = null, val timeToReady: Duration? = null) : Parcelable
Represents the timings spent in different stages of the loading process, until the current media started to play.
Constructors
Properties
Link copied to clipboard
The total time elapsed from the moment the MediaItem became the current item until it was ready to play.