@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)
Marshalls this structured data using the given
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.ImscAccessibilitySubs
public String getAccessibility()
ImscAccessibilitySubs
public 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.ImscAccessibilitySubs
public 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.ImscAccessibilitySubs
public 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.ImscStylePassthrough
public String getStylePassthrough()
ImscStylePassthrough
public 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.ImscStylePassthrough
public 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.ImscStylePassthrough
public String toString()
toString
in class Object
Object.toString()
public ImscDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.