UiConfig

sealed interface UiConfig

Configures the visual presentation and behaviour of the Bitmovin Player UI as part of PlayerViewConfig.uiConfig.

Inheritors

Types

Link copied to clipboard
data object Disabled : UiConfig

Disables the default Bitmovin Player Web UI.

Link copied to clipboard
data class WebUi(    val cssLocation: String = "file:///android_asset/bitmovinplayer-ui.css",     val supplementalCssLocation: String? = null,     val jsLocation: String = "file:///android_asset/bitmovinplayer-ui.js",     val playbackSpeedSelectionEnabled: Boolean = true,     val forceSubtitlesIntoViewContainer: Boolean = true) : UiConfig

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