Package com.castlabs.android.subtitles
Interface SubtitlesPreviewBuilder
-
- All Known Implementing Classes:
ExoSubtitlesPreviewBuilder
public interface SubtitlesPreviewBuilderImplementations of this interface can createSubtitlesPreviewinstances.- Since:
- 3.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubtitlesPreviewbuild()Create a new instance of aSubtitlesPreview.
-
-
-
Method Detail
-
build
@NonNull SubtitlesPreview build()
Create a new instance of aSubtitlesPreview.- Returns:
- The new instance of the preview component
-
-