QualityList

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

A list of video qualities, from which the user can choose a target video quality.

Parameters

modifier

the Modifier to be applied to this menu

onClick

called when a video quality in the list is clicked