SourceRemoved

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

Emitted when a Source was removed from an active playback session.

Constructors

Link copied to clipboard
fun SourceRemoved(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
val source: Source

The source that was removed from the active playback session.