Package-level declarations

Types

Link copied to clipboard

A view that provides the Bitmovin Player Web UI and default UI handling to an attached Player instance. A Player with a custom PlayerConfig can be provided. If no player is provided, a player with a default PlayerConfig will be created. In order to not create such a default player, null can be passed in the constructor.

Link copied to clipboard
Base for Subtitle rendering Views.
Link copied to clipboard
class SubtitleView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null) : SubtitleRendererView

A view that renders subtitles for a Player. Can be used to customize subtitles rendering when subtitles are not already rendered as part of the PlayerView's UI handling (see StyleConfig.isUiEnabled).