ExoPlayerControlView

fun ExoPlayerControlView(player: Player, modifier: Modifier = Modifier)

Composable basic version of PlayerControlView from Media3 (Exoplayer)

Parameters

player

The player to bind to the controls.

modifier

The modifier to be applied to the layout.