Package com.castlabs.android.subtitles
Class ExoSubtitlesPreviewBuilder
java.lang.Object
com.castlabs.android.subtitles.ExoSubtitlesPreviewBuilder
- All Implemented Interfaces:
SubtitlesPreviewBuilder
Builds
SubtitlesPreview instances for the Exoplayer subtitles plugin.
Note that you usually do not need to interact with this class directly. The default
plugin will register this builder automatically for you.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExoSubtitlesPreviewBuilder
public ExoSubtitlesPreviewBuilder()Creates a new ExoSubtitlesPreviewBuilder.
-
-
Method Details
-
build
Creates a new ExoSubtitlesPreview instance.- Specified by:
buildin interfaceSubtitlesPreviewBuilder- Returns:
- A new ExoSubtitlesPreview instance
-