getActiveMediaItemFromSource

abstract suspend fun getActiveMediaItemFromSource(sourceId: SourceId): IviMediaItem?

Returns the active media item for the given sourceId. Returns null if the specified source does not have any active IviMediaItem. To get the active media of the activeSource, just use activeMediaItem directly.