createMediaItem

fun createMediaItem(    id: String? = null,     mediaUri: String? = null,     title: String? = null,     subtitle: String? = null,     groupTitleHint: String? = null,     album: String? = null,     artist: String? = null,     compilation: String? = null,     artUri: String? = null,     duration: Duration? = null,     browsable: Boolean = false,     playable: Boolean = false): IviMediaItem

Create an IviMediaItem for testing use.