Package com.castlabs.android.subtitles
Interface SubtitlesPreview
- All Superinterfaces:
SubtitlesStyleObserver
Implementations of this interface provide a view that can render a preview of a
given subtitle text.
- Since:
- 3.1.0
-
Method Summary
Methods inherited from interface com.castlabs.android.subtitles.SubtitlesStyleObserver
onStyleChange
-
Method Details
-
getView
A view component that will render the subtitle text- Parameters:
context
- The context- Returns:
- The preview view
-
setText
Set the subtitle text that will be rendered as a preview- Parameters:
cationText
- The caption text
-