AudioTrackList

fun AudioTrackList(modifier: Modifier = Modifier, onClick: () -> Unit? = null)

A list of audio tracks, from which the user can choose an active audio track.

Parameters

modifier

the Modifier to be applied to this menu

onClick

called when an audio track in the list is clicked