MediaServiceState
class MediaServiceState( val activeMediaItem: IviMediaItem?, val activeQueueIndex: ActiveItemIndex?, val playbackState: IviPlaybackState, val activeSource: SourceInfo?)
Content copied to clipboard
Contains some properties of the MediaService used to determine the MediaEntryGroupItem.ItemState.
Constructors
Link copied to clipboard
fun MediaServiceState( activeMediaItem: IviMediaItem?, activeQueueIndex: ActiveItemIndex?, playbackState: IviPlaybackState, activeSource: SourceInfo?)
Content copied to clipboard