@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EmbeddedDestinationSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
EmbeddedDestinationSettings() |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedDestinationSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getDestination608ChannelNumber()
Ignore this setting unless your input captions are SCC format and your output container is MXF.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDestination608ChannelNumber(Integer destination608ChannelNumber)
Ignore this setting unless your input captions are SCC format and your output container is MXF.
|
String |
toString()
Returns a string representation of this object.
|
EmbeddedDestinationSettings |
withDestination608ChannelNumber(Integer destination608ChannelNumber)
Ignore this setting unless your input captions are SCC format and your output container is MXF.
|
public void setDestination608ChannelNumber(Integer destination608ChannelNumber)
destination608ChannelNumber - Ignore this setting unless your input captions are SCC format and your output container is MXF. With this
combination of input captions format and output container, you can optionally use this setting to replace
the input channel number with the track number that you specify. Specify a different number for each
output captions track. If you don't specify an output track number, the system uses the input channel
number for the output channel number. This setting applies to each output individually. You can optionally
combine two captions channels in your output. The two output channel numbers can be one of the following
pairs: 1,3; 2,4; 1,4; or 2,3.public Integer getDestination608ChannelNumber()
public EmbeddedDestinationSettings withDestination608ChannelNumber(Integer destination608ChannelNumber)
destination608ChannelNumber - Ignore this setting unless your input captions are SCC format and your output container is MXF. With this
combination of input captions format and output container, you can optionally use this setting to replace
the input channel number with the track number that you specify. Specify a different number for each
output captions track. If you don't specify an output track number, the system uses the input channel
number for the output channel number. This setting applies to each output individually. You can optionally
combine two captions channels in your output. The two output channel numbers can be one of the following
pairs: 1,3; 2,4; 1,4; or 2,3.public String toString()
toString in class ObjectObject.toString()public EmbeddedDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.