@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WebvttDestinationSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
WebvttDestinationSettings() |
| Modifier and Type | Method and Description |
|---|---|
WebvttDestinationSettings |
clone() |
boolean |
equals(Object obj) |
String |
getAccessibility()
Set Accessibility subtitles (Accessibility) to Enabled (ENABLED) if the ISMC or WebVTT captions track is intended
to provide accessibility for people who are deaf or hard of hearing.
|
String |
getStylePassthrough()
Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information
from your input captions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAccessibility(String accessibility)
Set Accessibility subtitles (Accessibility) to Enabled (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)
Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information
from your input captions.
|
String |
toString()
Returns a string representation of this object.
|
WebvttDestinationSettings |
withAccessibility(String accessibility)
Set Accessibility subtitles (Accessibility) to Enabled (ENABLED) if the ISMC or WebVTT captions track is intended
to provide accessibility for people who are deaf or hard of hearing.
|
WebvttDestinationSettings |
withAccessibility(WebvttAccessibilitySubs accessibility)
Set Accessibility subtitles (Accessibility) to Enabled (ENABLED) if the ISMC or WebVTT captions track is intended
to provide accessibility for people who are deaf or hard of hearing.
|
WebvttDestinationSettings |
withStylePassthrough(String stylePassthrough)
Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information
from your input captions.
|
WebvttDestinationSettings |
withStylePassthrough(WebvttStylePassthrough stylePassthrough)
Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information
from your input captions.
|
public void setAccessibility(String accessibility)
accessibility - Set Accessibility subtitles (Accessibility) to Enabled (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 (DISABLED), if the captions track is not intended to
provide such accessibility. MediaConvert will not add the above attributes.WebvttAccessibilitySubspublic String getAccessibility()
WebvttAccessibilitySubspublic WebvttDestinationSettings withAccessibility(String accessibility)
accessibility - Set Accessibility subtitles (Accessibility) to Enabled (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 (DISABLED), if the captions track is not intended to
provide such accessibility. MediaConvert will not add the above attributes.WebvttAccessibilitySubspublic WebvttDestinationSettings withAccessibility(WebvttAccessibilitySubs accessibility)
accessibility - Set Accessibility subtitles (Accessibility) to Enabled (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 (DISABLED), if the captions track is not intended to
provide such accessibility. MediaConvert will not add the above attributes.WebvttAccessibilitySubspublic void setStylePassthrough(String stylePassthrough)
stylePassthrough - Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position
information from your input captions. MediaConvert uses default settings for any missing style and
position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore
the style and position information from your input captions and use simplified output captions.WebvttStylePassthroughpublic String getStylePassthrough()
WebvttStylePassthroughpublic WebvttDestinationSettings withStylePassthrough(String stylePassthrough)
stylePassthrough - Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position
information from your input captions. MediaConvert uses default settings for any missing style and
position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore
the style and position information from your input captions and use simplified output captions.WebvttStylePassthroughpublic WebvttDestinationSettings withStylePassthrough(WebvttStylePassthrough stylePassthrough)
stylePassthrough - Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position
information from your input captions. MediaConvert uses default settings for any missing style and
position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore
the style and position information from your input captions and use simplified output captions.WebvttStylePassthroughpublic String toString()
toString in class ObjectObject.toString()public WebvttDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.