Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Represents the base functions required by PlayerView to enable and handle Picture-In-Picture mode.

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.

Link copied to clipboard
API methods related to the user interface.