Stall

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

Represents information about stalls that occur during playback.

Constructors

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

Properties

Link copied to clipboard
val count: Int

The total number of stalls that have occurred, excluding stalls caused by explicit seeks.

Link copied to clipboard

The accumulated duration of all stalls, in milliseconds.