Package com.castlabs.android.subtitles
Interface SubtitlesPreviewBuilder
-
- All Known Implementing Classes:
ExoSubtitlesPreviewBuilder
public interface SubtitlesPreviewBuilder
Implementations of this interface can createSubtitlesPreview
instances.- Since:
- 3.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubtitlesPreview
build()
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
-
-