| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
ImscDestinationSettings.Builder |
ImscDestinationSettings.Builder.accessibility(ImscAccessibilitySubs accessibility)
If the IMSC captions track is intended to provide accessibility for people who are deaf or hard of hearing:
Set Accessibility subtitles to Enabled.
|
ImscDestinationSettings.Builder |
ImscDestinationSettings.Builder.accessibility(String accessibility)
If the IMSC captions track is intended to provide accessibility for people who are deaf or hard of hearing:
Set Accessibility subtitles to Enabled.
|
static ImscDestinationSettings.Builder |
ImscDestinationSettings.builder() |
ImscDestinationSettings.Builder |
ImscDestinationSettings.Builder.stylePassthrough(ImscStylePassthrough stylePassthrough)
Keep this setting enabled to have MediaConvert use the font style and position information from the captions
source in the output.
|
ImscDestinationSettings.Builder |
ImscDestinationSettings.Builder.stylePassthrough(String stylePassthrough)
Keep this setting enabled to have MediaConvert use the font style and position information from the captions
source in the output.
|
ImscDestinationSettings.Builder |
ImscDestinationSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImscDestinationSettings.Builder> |
ImscDestinationSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CaptionDestinationSettings.Builder |
CaptionDestinationSettings.Builder.imscDestinationSettings(Consumer<ImscDestinationSettings.Builder> imscDestinationSettings)
Settings related to IMSC captions.
|
Copyright © 2023. All rights reserved.