Package com.castlabs.android.subtitles
Class ExoSubtitlesPreviewBuilder
- java.lang.Object
-
- com.castlabs.android.subtitles.ExoSubtitlesPreviewBuilder
-
- All Implemented Interfaces:
SubtitlesPreviewBuilder
public class ExoSubtitlesPreviewBuilder extends Object implements SubtitlesPreviewBuilder
BuildsSubtitlesPreview
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 Constructor Description ExoSubtitlesPreviewBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubtitlesPreview
build()
Create a new instance of aSubtitlesPreview
.
-
-
-
Method Detail
-
build
public SubtitlesPreview 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
-
-