| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.ancillarySourceSettings(AncillarySourceSettings ancillarySourceSettings)
Settings for ancillary captions source.
|
default CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.ancillarySourceSettings(Consumer<AncillarySourceSettings.Builder> ancillarySourceSettings)
Settings for ancillary captions source.
|
static CaptionSourceSettings.Builder |
CaptionSourceSettings.builder() |
default CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.dvbSubSourceSettings(Consumer<DvbSubSourceSettings.Builder> dvbSubSourceSettings)
DVB Sub Source Settings This is a convenience method that creates an instance of the
DvbSubSourceSettings.Builder avoiding the need to create one manually via
DvbSubSourceSettings.builder(). |
CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.dvbSubSourceSettings(DvbSubSourceSettings dvbSubSourceSettings)
DVB Sub Source Settings
|
default CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.embeddedSourceSettings(Consumer<EmbeddedSourceSettings.Builder> embeddedSourceSettings)
Settings for embedded captions Source This is a convenience method that creates an instance of the
EmbeddedSourceSettings.Builder avoiding the need to create one manually via
EmbeddedSourceSettings.builder(). |
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(CaptionSourceType sourceType)
Use Source to identify the format of your input captions.
|
CaptionSourceSettings.Builder |
CaptionSourceSettings.Builder.sourceType(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CaptionSourceSettings.Builder> |
CaptionSourceSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CaptionSelector.Builder |
CaptionSelector.Builder.sourceSettings(Consumer<CaptionSourceSettings.Builder> sourceSettings)
If your input captions are SCC, TTML, STL, SMI, SRT, or IMSC in an xml file, specify the URI of the input
captions source file.
|
Copyright © 2023. All rights reserved.