MediaServiceState

class MediaServiceState(    val activeMediaItem: IviMediaItem?,     val activeQueueIndex: ActiveItemIndex?,     val playbackState: IviPlaybackState,     val activeSource: SourceInfo?)

Contains some properties of the MediaService used to determine the item's IviPlaybackState.

Constructors

Link copied to clipboard
fun MediaServiceState(    activeMediaItem: IviMediaItem?,     activeQueueIndex: ActiveItemIndex?,     playbackState: IviPlaybackState,     activeSource: SourceInfo?)

Properties

Link copied to clipboard
val activeMediaItem: IviMediaItem?
Link copied to clipboard
val activeQueueIndex: ActiveItemIndex?
Link copied to clipboard
val activeSource: SourceInfo?
Link copied to clipboard
val playbackState: IviPlaybackState