Bitmovin Player React Native SDK - v1.1.0
    Preparing search index...

    Interface WebUiConfig

    Configures the visual presentation and behaviour of the Bitmovin Web UI.

    interface WebUiConfig {
        focusUiOnInitialization?: boolean;
        playbackSpeedSelectionEnabled?: boolean;
        variant?: Variant;
    }

    Hierarchy (View Summary)

    Index

    Properties

    focusUiOnInitialization?: boolean

    Whether the WebView should be focused on initialization.

    By default this is enabled only for the TV UI variant, as it's needed there to initiate spatial navigation using the remote control.

    Platform: Android

    playbackSpeedSelectionEnabled?: boolean

    Whether the Bitmovin Web UI will show playback speed selection options in the settings menu. Default is true.

    variant?: Variant

    The UI variant to use for the Bitmovin Player Web UI.

    Default is SmallScreenUi