public static interface ImscDestinationSettings.Builder extends SdkPojo, CopyableBuilder<ImscDestinationSettings.Builder,ImscDestinationSettings>
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
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, sdkFields
copy
applyMutation, build
ImscDestinationSettings.Builder accessibility(String accessibility)
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. When you do, MediaConvert adds accessibility
attributes to your output HLS or DASH manifest. For HLS manifests, MediaConvert adds the following
accessibility attributes under EXT-X-MEDIA for this track: CHARACTERISTICS=
"public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and
AUTOSELECT="YES". For DASH manifests, MediaConvert adds the following in the adaptation set for this
track: ImscAccessibilitySubs
,
ImscAccessibilitySubs
ImscDestinationSettings.Builder accessibility(ImscAccessibilitySubs accessibility)
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. When you do, MediaConvert adds accessibility
attributes to your output HLS or DASH manifest. For HLS manifests, MediaConvert adds the following
accessibility attributes under EXT-X-MEDIA for this track: CHARACTERISTICS=
"public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and
AUTOSELECT="YES". For DASH manifests, MediaConvert adds the following in the adaptation set for this
track: ImscAccessibilitySubs
,
ImscAccessibilitySubs
ImscDestinationSettings.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
,
ImscStylePassthrough
ImscDestinationSettings.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
,
ImscStylePassthrough
Copyright © 2023. All rights reserved.