Package-level declarations
Types
Link copied to clipboard
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
).