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()
-
-
Method Details
-
build
Description copied from interface:SubtitlesPreviewBuilder
Create a new instance of aSubtitlesPreview
.- Specified by:
build
in interfaceSubtitlesPreviewBuilder
- Returns:
- The new instance of the preview component
-