@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SrtDestinationSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
SrtDestinationSettings() |
| Modifier and Type | Method and Description |
|---|---|
SrtDestinationSettings |
clone() |
boolean |
equals(Object obj) |
String |
getStylePassthrough()
Choose Enabled (ENABLED) to have MediaConvert use the font style, color, and position information from the
captions source in the input.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStylePassthrough(String stylePassthrough)
Choose Enabled (ENABLED) to have MediaConvert use the font style, color, and position information from the
captions source in the input.
|
String |
toString()
Returns a string representation of this object.
|
SrtDestinationSettings |
withStylePassthrough(SrtStylePassthrough stylePassthrough)
Choose Enabled (ENABLED) to have MediaConvert use the font style, color, and position information from the
captions source in the input.
|
SrtDestinationSettings |
withStylePassthrough(String stylePassthrough)
Choose Enabled (ENABLED) to have MediaConvert use the font style, color, and position information from the
captions source in the input.
|
public void setStylePassthrough(String stylePassthrough)
stylePassthrough - Choose Enabled (ENABLED) to have MediaConvert use the font style, color, and position information from the
captions source in the input. Keep the default value, Disabled (DISABLED), for simplified output captions.SrtStylePassthroughpublic String getStylePassthrough()
SrtStylePassthroughpublic SrtDestinationSettings withStylePassthrough(String stylePassthrough)
stylePassthrough - Choose Enabled (ENABLED) to have MediaConvert use the font style, color, and position information from the
captions source in the input. Keep the default value, Disabled (DISABLED), for simplified output captions.SrtStylePassthroughpublic SrtDestinationSettings withStylePassthrough(SrtStylePassthrough stylePassthrough)
stylePassthrough - Choose Enabled (ENABLED) to have MediaConvert use the font style, color, and position information from the
captions source in the input. Keep the default value, Disabled (DISABLED), for simplified output captions.SrtStylePassthroughpublic String toString()
toString in class ObjectObject.toString()public SrtDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.