com.bitmovin.player
Types
| Name | Summary |
|---|---|
| CaptionStyle | data 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. |
| SubtitleRendererView | abstract class SubtitleRendererView : FrameLayout Base for Subtitle rendering Views. |
| SubtitleView | class 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). |