UiConfig

UiConfig

sealed interface UiConfig

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

Inheritors

WebUi
Disabled

Types

NameSummary
Disableddata object Disabled : UiConfig
Disables the default Bitmovin Player Web UI.
WebUidata 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, val customOptions: String? = null, val variant: UiConfig.WebUi.Variant = Variant.SmallScreenUi, val focusUiOnInitialization: Boolean = variant == Variant.TvUi) : UiConfig
Configures the visual presentation and behaviour of the Bitmovin Web UI.