PlaylistTransition

data class PlaylistTransition(from: Source, to: Source) : PlayerEvent

Emitted when the player transitions between two sources in a playlist.

Constructors

PlaylistTransition
Link copied to clipboard
fun PlaylistTransition(from: Source, to: Source)

Properties

from
Link copied to clipboard
val from: Source
The Source from which a transition happened.
to
Link copied to clipboard
val to: Source
The Source to which a transition happened.

Inherited properties

timestamp
Link copied to clipboard
var timestamp: Long
The time at which the event was emitted.