default CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.ancillarySourceSettings(Consumer<AncillarySourceSettings.Builder> ancillarySourceSettings) |
Settings for ancillary captions source.
|
CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.ancillarySourceSettings(AncillarySourceSettings ancillarySourceSettings) |
Settings for ancillary captions source.
|
static CaptionSourceSettings.Builder |
CaptionSourceSettings.builder() |
|
default CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.dvbSubSourceSettings(Consumer<DvbSubSourceSettings.Builder> dvbSubSourceSettings) |
|
CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.dvbSubSourceSettings(DvbSubSourceSettings dvbSubSourceSettings) |
DVB Sub Source Settings
|
default CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.embeddedSourceSettings(Consumer<EmbeddedSourceSettings.Builder> embeddedSourceSettings) |
|
CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.embeddedSourceSettings(EmbeddedSourceSettings embeddedSourceSettings) |
Settings for embedded captions Source
|
default CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.fileSourceSettings(Consumer<FileSourceSettings.Builder> fileSourceSettings) |
If your input captions are SCC, SMI, SRT, STL, TTML, WebVTT, or IMSC 1.1 in an xml file, specify the URI of
the input caption source file.
|
CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.fileSourceSettings(FileSourceSettings fileSourceSettings) |
If your input captions are SCC, SMI, SRT, STL, TTML, WebVTT, or IMSC 1.1 in an xml file, specify the URI of
the input caption source file.
|
CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.sourceType(String sourceType) |
Use Source to identify the format of your input captions.
|
CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.sourceType(CaptionSourceType sourceType) |
Use Source to identify the format of your input captions.
|
default CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.teletextSourceSettings(Consumer<TeletextSourceSettings.Builder> teletextSourceSettings) |
Settings specific to Teletext caption sources, including Page number.
|
CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.teletextSourceSettings(TeletextSourceSettings teletextSourceSettings) |
Settings specific to Teletext caption sources, including Page number.
|
CaptionSourceSettings.Builder |
CaptionSourceSettings.toBuilder() |
|
default CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.trackSourceSettings(Consumer<TrackSourceSettings.Builder> trackSourceSettings) |
Settings specific to caption sources that are specified by track number.
|
CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.trackSourceSettings(TrackSourceSettings trackSourceSettings) |
Settings specific to caption sources that are specified by track number.
|
default CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.webvttHlsSourceSettings(Consumer<WebvttHlsSourceSettings.Builder> webvttHlsSourceSettings) |
Settings specific to WebVTT sources in HLS alternative rendition group.
|
CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.webvttHlsSourceSettings(WebvttHlsSourceSettings webvttHlsSourceSettings) |
Settings specific to WebVTT sources in HLS alternative rendition group.
|