StatusEvent

data class StatusEvent(val wasPlaying: CSPlayerLoading, val isPlaying: CSPlayerLoading, val source: PlayerEventSource = PlayerEventSource.Player) : PlayerEvent

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)

Properties

Link copied to clipboard
Link copied to clipboard
open override val source: PlayerEventSource
Link copied to clipboard