ExoPlayerControlView

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

A Composable function that displays an ExoPlayer PlayerControlView.

Parameters

player

The Player instance to be controlled.

modifier

The Modifier to apply to this layout.