@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()
If the IMSC captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set
Accessibility subtitles to Enabled.
|
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)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAccessibility(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.
|
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)
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 |
withAccessibility(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 |
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 - 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: ImscAccessibilitySubspublic String getAccessibility()
ImscAccessibilitySubspublic ImscDestinationSettings withAccessibility(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: ImscAccessibilitySubspublic ImscDestinationSettings withAccessibility(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: 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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.