MediaRouteControllerDialog

fun MediaRouteControllerDialog(routeSelector: MediaRouteSelector, modifier: Modifier = Modifier, volumeControlEnabled: Boolean = true, onDismissRequest: () -> Unit, customControlView: @Composable () -> Unit? = null)

This class implements the route controller dialog for MediaRouter.

This dialog allows the user to control or disconnect from the currently selected route.

Parameters

routeSelector

The media route selector for filtering the routes that the user can select using the media route chooser dialog.

modifier

The Modifier to be applied to this dialog.

volumeControlEnabled

Whether to enable the volume slider and volume control using the volume keys when the route supports it.

onDismissRequest

The action to perform when this dialog is dismissed.

customControlView

The view that will replace the default media controls for the currently playing content.

See also