Stall

@Serializable
data class Stall(val count: Int, val duration: Long)

Information about stalls.

Constructors

Link copied to clipboard
constructor(count: Int, duration: Long)

Properties

Link copied to clipboard
val count: Int

The number of stalls that have occurred, not as a result of a seek.

Link copied to clipboard

The total duration of the stalls, in milliseconds.