Base PlayerView component props. Used to establish common props between NativePlayerView and PlayerView.

interface BasePlayerViewProps {
    config?: PlayerViewConfig;
    customMessageHandler?: CustomMessageHandler;
    fullscreenHandler?: FullscreenHandler;
    style?: ViewStyle;
}

Hierarchy (view full)

Properties

Configures the visual presentation and behaviour of the PlayerView. The value must not be altered after setting it initially.

customMessageHandler?: CustomMessageHandler

The CustomMessageHandler that can be used to directly communicate with the embedded Bitmovin Web UI.

fullscreenHandler?: FullscreenHandler

The FullscreenHandler that is used by the PlayerView to control the fullscreen mode.

style?: ViewStyle

Style of the PlayerView.