SubtitleTrackList

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

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

Parameters

modifier

the Modifier to be applied to this menu

onClick

called when a subtitle track in the list is clicked