Package com.castlabs.android.subtitles
Interface SubtitlesStyleObserver
-
- All Known Subinterfaces:
SubtitlesPreview
- All Known Implementing Classes:
ExoSubtitlesStyleObserver
public interface SubtitlesStyleObserverImplementations of this interface can receive aSubtitlesStylethat will be used to render subtitles and closed captions.- Since:
- 3.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonStyleChange(com.castlabs.subtitles.presentation.SubtitlesStyle style)Called when a new style needs to be applied.
-