@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImscDestinationSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ImscDestinationSettings() |
| Modifier and Type | Method and Description |
|---|---|
ImscDestinationSettings |
clone() |
boolean |
equals(Object obj) |
String |
getAccessibility()
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.
|
String |
getStylePassthrough()
Keep this setting enabled to have MediaConvert use the font style and position information from the captions
source in the output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAccessibility(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.
|
void |
setStylePassthrough(String stylePassthrough)
Keep this setting enabled to have MediaConvert use the font style and position information from the captions
source in the output.
|
String |
toString()
Returns a string representation of this object.
|
ImscDestinationSettings |
withAccessibility(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 |
withAccessibility(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 |
withStylePassthrough(ImscStylePassthrough stylePassthrough)
Keep this setting enabled to have MediaConvert use the font style and position information from the captions
source in the output.
|
ImscDestinationSettings |
withStylePassthrough(String stylePassthrough)
Keep this setting enabled to have MediaConvert use the font style and position information from the captions
source in the output.
|
public void setAccessibility(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.ImscAccessibilitySubspublic String getAccessibility()
ImscAccessibilitySubspublic ImscDestinationSettings withAccessibility(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.ImscAccessibilitySubspublic ImscDestinationSettings withAccessibility(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.ImscAccessibilitySubspublic void setStylePassthrough(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.ImscStylePassthroughpublic String getStylePassthrough()
ImscStylePassthroughpublic ImscDestinationSettings withStylePassthrough(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.ImscStylePassthroughpublic ImscDestinationSettings withStylePassthrough(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.ImscStylePassthroughpublic String toString()
toString in class ObjectObject.toString()public ImscDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.