Package-level declarations

Contains the Jetpack Compose PlayerView wrapper.

Functions

Link copied to clipboard
fun PlayerView(player: Player, modifier: Modifier = Modifier, playerViewConfig: PlayerViewConfig = PlayerViewConfig(), customMessageHandler: CustomMessageHandler? = null, fullscreenHandler: FullscreenHandler? = null, pictureInPictureHandler: PictureInPictureHandler? = null, isUiVisible: Boolean = playerViewConfig.uiConfig !is UiConfig.Disabled)

Compose wrapper around the Android AndroidPlayerView.