StyleConfig
Deprecated
Use `PlayerViewConfig` on the `PlayerView` instead.
Configures visual presentation and behaviour of the Player UI.
This class is deprecated. Use PlayerViewConfig
on the PlayerView
instead.
Properties
Whether the first frame of the main content will not be rendered before playback starts. Default is false
.
Whether the Player UI is enabled. Default is true
.
The URI pointing to the CSS file that will be used for the Player UI. Default value is "file:///android_asset/bitmovinplayer-ui.css"
, using the local default UI style.
The URI pointing to the JS file that will be used for the Player UI. Default value is "file:///android_asset/bitmovinplayer-ui.js"
, using the local default UI JS.
Specifies how the video content is scaled or stretched within the parent container's bounds. Default is ScalingMode.Fit.
The URI pointing to the supplemental CSS file that will be used for the Player UI. The contained styles will be added to the CSS file specified in playerUiCss. Default is null
.