OptionalconfigConfigures the visual presentation and behaviour of the PlayerView. The value must not be altered after setting it initially.
OptionalcustomThe CustomMessageHandler that can be used to directly communicate with the embedded Bitmovin Web UI.
OptionalfullscreenThe FullscreenHandler that is used by the PlayerView to control the fullscreen mode.
OptionalisCan 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.
OptionalisCan 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.
OptionalrefOptionalscalingA value defining how the video is displayed within the parent container's bounds. Possible values are defined in ScalingMode.
OptionalstyleStyle of the PlayerView.
Base
PlayerViewcomponent props. Used to establish common props betweenNativePlayerViewand PlayerView.