SourceAdded

data class SourceAdded(val source: Source, val index: Int) : PlayerEvent

Emitted when a Source was added to an active playback session.

Constructors

Link copied to clipboard
constructor(source: Source, index: Int)

Properties

Link copied to clipboard
val index: Int

The position in the playlist the source was added into.

Link copied to clipboard

The source that was added to the active playback session.