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
constructor(activeMediaItem: IviMediaItem?, activeQueueIndex: ActiveItemIndex?, playbackState: IviPlaybackState, activeSource: SourceInfo?)