@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)
Marshalls this structured data using the given
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.ImscStylePassthrough
public String getStylePassthrough()
ImscStylePassthrough
public 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.ImscStylePassthrough
public 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.ImscStylePassthrough
public String toString()
toString
in class Object
Object.toString()
public ImscDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.