com.bitmovin.player.api.ui.compose.wrapper
Contains the Jetpack Compose PlayerView wrapper.
Functions
| Name | Summary |
|---|---|
| PlayerView | @ExperimentalBitmovinApi @Composable 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. |