Optional
configConfigures the visual presentation and behaviour of the PlayerView. The value must not be altered after setting it initially.
Optional
customThe CustomMessageHandler that can be used to directly communicate with the embedded Bitmovin Web UI.
Optional
fullscreenThe FullscreenHandler that is used by the PlayerView to control the fullscreen mode.
Optional
isCan be set to true
to request fullscreen mode, or false
to request exit of fullscreen mode.
Should not be used to get the current fullscreen state. Use PlayerViewEvents.onFullscreenEnter and PlayerViewEvents.onFullscreenExit
or the FullscreenHandler.isFullscreenActive property to get the current state.
Using this property to change the fullscreen state, it is ensured that the embedded Player UI is also aware
of potential fullscreen state changes.
To use this property, a FullscreenHandler must be set.
Optional
isCan be set to true
to request Picture in Picture mode, or false
to request exit of Picture in Picture mode.
Should not be used to get the current Picture in Picture state. Use PlayerViewEvents.onPictureInPictureEnter and PlayerViewEvents.onPictureInPictureExit.
Optional
refOptional
scalingA value defining how the video is displayed within the parent container's bounds. Possible values are defined in ScalingMode.
Optional
styleStyle of the PlayerView.
Base
PlayerView
component props. Used to establish common props betweenNativePlayerView
and PlayerView.