PlaylistTransition

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

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

Constructors

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

Properties

Link copied to clipboard
val from: Source

The Source from which a transition happened.

Link copied to clipboard
val to: Source

The Source to which a transition happened.