com.bitmovin.player

com.bitmovin.player

Types

NameSummary
CaptionStyledata class CaptionStyle(val foregroundColor: Int, val backgroundColor: Int, val windowColor: Int, val edgeType: Int, val edgeColor: Int, val typeface: Typeface?)
Styling options for subtitle and caption rendering.
SubtitleRendererViewabstract class SubtitleRendererView : FrameLayout
Base for Subtitle rendering Views.
SubtitleViewclass SubtitleView@JvmOverloadsconstructor(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 UiConfig.Disabled).