@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 |
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 |
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 |
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 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 © 2021. All rights reserved.