Status Event
data class StatusEvent(val wasPlaying: CSPlayerLoading, val isPlaying: CSPlayerLoading, val source: PlayerEventSource = PlayerEventSource.Player) : PlayerEvent(source)
Event when the player status update, along with the previous status (for animation)
Constructors
Link copied to clipboard
constructor(wasPlaying: CSPlayerLoading, isPlaying: CSPlayerLoading, source: PlayerEventSource = PlayerEventSource.Player)