@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()
Specify whether to flag this caption track as accessibility in your HLS/CMAF parent manifest.
|
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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccessibility(String accessibility)
Specify whether to flag this caption track as accessibility in your HLS/CMAF parent manifest.
|
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)
Specify whether to flag this caption track as accessibility in your HLS/CMAF parent manifest.
|
WebvttDestinationSettings |
withAccessibility(WebvttAccessibilitySubs accessibility)
Specify whether to flag this caption track as accessibility in your HLS/CMAF parent manifest.
|
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
- Specify whether to flag this caption track as accessibility in your HLS/CMAF parent manifest. When you
choose ENABLED, MediaConvert includes the parameters CHARACTERISTICS=
"public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and
AUTOSELECT="YES" in the EXT-X-MEDIA entry for this track. When you keep the default choice, DISABLED,
MediaConvert leaves this parameter out.WebvttAccessibilitySubs
public String getAccessibility()
WebvttAccessibilitySubs
public WebvttDestinationSettings withAccessibility(String accessibility)
accessibility
- Specify whether to flag this caption track as accessibility in your HLS/CMAF parent manifest. When you
choose ENABLED, MediaConvert includes the parameters CHARACTERISTICS=
"public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and
AUTOSELECT="YES" in the EXT-X-MEDIA entry for this track. When you keep the default choice, DISABLED,
MediaConvert leaves this parameter out.WebvttAccessibilitySubs
public WebvttDestinationSettings withAccessibility(WebvttAccessibilitySubs accessibility)
accessibility
- Specify whether to flag this caption track as accessibility in your HLS/CMAF parent manifest. When you
choose ENABLED, MediaConvert includes the parameters CHARACTERISTICS=
"public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and
AUTOSELECT="YES" in the EXT-X-MEDIA entry for this track. When you keep the default choice, DISABLED,
MediaConvert leaves this parameter out.WebvttAccessibilitySubs
public 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.WebvttStylePassthrough
public String getStylePassthrough()
WebvttStylePassthrough
public 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.WebvttStylePassthrough
public 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.WebvttStylePassthrough
public String toString()
toString
in class Object
Object.toString()
public WebvttDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.