Package-level declarations

Types

Link copied to clipboard

Specifies how the video content is scaled or stretched.

Link copied to clipboard
data class StyleConfig(    var isUiEnabled: Boolean = true,     var playerUiCss: String = "file:///android_asset/bitmovinplayer-ui.css",     var supplementalPlayerUiCss: String? = null,     var playerUiJs: String = "file:///android_asset/bitmovinplayer-ui.js",     var isHideFirstFrame: Boolean = false,     var scalingMode: ScalingMode = ScalingMode.Fit) : Parcelable

Configures visual presentation and behaviour of the Player UI.