@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()
Set Style passthrough 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 |
setStylePassthrough(String stylePassthrough)
Set Style passthrough to ENABLED to use the available style, color, and position information from your input
captions.
|
String |
toString()
Returns a string representation of this object.
|
SrtDestinationSettings |
withStylePassthrough(SrtStylePassthrough stylePassthrough)
Set Style passthrough to ENABLED to use the available style, color, and position information from your input
captions.
|
SrtDestinationSettings |
withStylePassthrough(String stylePassthrough)
Set Style passthrough to ENABLED to use the available style, color, and position information from your input
captions.
|
public void setStylePassthrough(String stylePassthrough)
stylePassthrough - Set Style passthrough 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.SrtStylePassthroughpublic String getStylePassthrough()
SrtStylePassthroughpublic SrtDestinationSettings withStylePassthrough(String stylePassthrough)
stylePassthrough - Set Style passthrough 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.SrtStylePassthroughpublic SrtDestinationSettings withStylePassthrough(SrtStylePassthrough stylePassthrough)
stylePassthrough - Set Style passthrough 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.SrtStylePassthroughpublic String toString()
toString in class ObjectObject.toString()public SrtDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.