Package-level declarations

Types

Link copied to clipboard
data class CaptionStyle(    val foregroundColor: Int,     val backgroundColor: Int,     val windowColor: Int,     val edgeType: Int,     val edgeColor: Int,     val typeface: Typeface?)
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 UiConfig.Disabled).