BitmovinUserInterfaceConfig

Contains config values that can be used to alter the visual presentation and behaviour when the Bitmovin Player Web UI is used.

  • Handles the communication with the Bitmovin Web UI in both directions

  • When set to true the first frame of the main content will not be rendered before playback starts. Default is false.

    To reliably hide the first frame before a pre-roll ad, please ensure that you are using the AdvertisingConfig to schedule ads and not the scheduleAd API call.

  • When set to true the Bitmovin Player Web UI forces subtitle-labels back into their respective container if they overflow and are therefore cropped.

    This flag directly maps to the UIConfig.forceSubtitlesIntoViewContainer of our Bitmovin Player Web UI.

    Default is true.

  • When set to true the Bitmovin Player Web UI will show the playback speed selection option in the settings menu.

    Default is true.

  • When set to true the Bitmovin Player Web UI will update video frames while scrubbing the seek bar.

    Default is true.

  • When set to true the WKWebView used for the Bitmovin Player Web UI can be inspected using the Safari Web Inspector. See Enabling the Inspection of Web Content in Apps for details.

    This value has no effect below iOS 16.4 where inspecting WKWebViews is always enabled.

    We recommend to only enable this in DEBUG builds. If enabled in released Apps, everyone could inspect the WKWebView on their devices.

    Default is false.