SourceRemoved

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

Emitted when a Source was removed from 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 removed from.

Link copied to clipboard

The source that was removed from the active playback session.