PlaylistTransition

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

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

Constructors

Link copied to clipboard
constructor(from: Source, to: Source)

Properties

Link copied to clipboard

The Source from which a transition happened.

Link copied to clipboard
val to: Source

The Source to which a transition happened.