public static interface ImscDestinationSettings.Builder extends SdkPojo, CopyableBuilder<ImscDestinationSettings.Builder,ImscDestinationSettings>
| Modifier and Type | Method and Description |
|---|---|
ImscDestinationSettings.Builder |
accessibility(ImscAccessibilitySubs accessibility)
Set Accessibility subtitles to Enabled if the ISMC or WebVTT captions track is intended to provide
accessibility for people who are deaf or hard of hearing.
|
ImscDestinationSettings.Builder |
accessibility(String accessibility)
Set Accessibility subtitles to Enabled if the ISMC or WebVTT captions track is intended to provide
accessibility for people who are deaf or hard of hearing.
|
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 |
stylePassthrough(String stylePassthrough)
Keep this setting enabled to have MediaConvert use the font style and position information from the captions
source in the output.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImscDestinationSettings.Builder accessibility(String accessibility)
accessibility - Set Accessibility subtitles to Enabled if the ISMC or WebVTT captions track is intended to provide
accessibility for people who are deaf or hard of hearing. When you enable this feature, MediaConvert
adds the following attributes under EXT-X-MEDIA in the HLS or CMAF manifest for this track:
CHARACTERISTICS
="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and
AUTOSELECT="YES". Keep the default value, Disabled, if the captions track is not intended to provide
such accessibility. MediaConvert will not add the above attributes.ImscAccessibilitySubs,
ImscAccessibilitySubsImscDestinationSettings.Builder accessibility(ImscAccessibilitySubs accessibility)
accessibility - Set Accessibility subtitles to Enabled if the ISMC or WebVTT captions track is intended to provide
accessibility for people who are deaf or hard of hearing. When you enable this feature, MediaConvert
adds the following attributes under EXT-X-MEDIA in the HLS or CMAF manifest for this track:
CHARACTERISTICS
="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and
AUTOSELECT="YES". Keep the default value, Disabled, if the captions track is not intended to provide
such accessibility. MediaConvert will not add the above attributes.ImscAccessibilitySubs,
ImscAccessibilitySubsImscDestinationSettings.Builder stylePassthrough(String stylePassthrough)
stylePassthrough - Keep this setting enabled to have MediaConvert use the font style and position information from the
captions source in the output. This option is available only when your input captions are IMSC,
SMPTE-TT, or TTML. Disable this setting for simplified output captions.ImscStylePassthrough,
ImscStylePassthroughImscDestinationSettings.Builder stylePassthrough(ImscStylePassthrough stylePassthrough)
stylePassthrough - Keep this setting enabled to have MediaConvert use the font style and position information from the
captions source in the output. This option is available only when your input captions are IMSC,
SMPTE-TT, or TTML. Disable this setting for simplified output captions.ImscStylePassthrough,
ImscStylePassthroughCopyright © 2022. All rights reserved.