@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputChannelMapping extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
OutputChannelMapping() |
| Modifier and Type | Method and Description |
|---|---|
OutputChannelMapping |
clone() |
boolean |
equals(Object obj) |
List<Integer> |
getInputChannels()
Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.
|
List<Double> |
getInputChannelsFineTune()
Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setInputChannels(Collection<Integer> inputChannels)
Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.
|
void |
setInputChannelsFineTune(Collection<Double> inputChannelsFineTune)
Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9.
|
String |
toString()
Returns a string representation of this object.
|
OutputChannelMapping |
withInputChannels(Collection<Integer> inputChannels)
Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.
|
OutputChannelMapping |
withInputChannels(Integer... inputChannels)
Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.
|
OutputChannelMapping |
withInputChannelsFineTune(Collection<Double> inputChannelsFineTune)
Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9.
|
OutputChannelMapping |
withInputChannelsFineTune(Double... inputChannelsFineTune)
Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9.
|
public List<Integer> getInputChannels()
public void setInputChannels(Collection<Integer> inputChannels)
inputChannels - Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.public OutputChannelMapping withInputChannels(Integer... inputChannels)
NOTE: This method appends the values to the existing list (if any). Use
setInputChannels(java.util.Collection) or withInputChannels(java.util.Collection) if you want
to override the existing values.
inputChannels - Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.public OutputChannelMapping withInputChannels(Collection<Integer> inputChannels)
inputChannels - Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.public List<Double> getInputChannelsFineTune()
public void setInputChannelsFineTune(Collection<Double> inputChannelsFineTune)
inputChannelsFineTune - Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08,
or 4.9. MediaConvert rounds your remixing values to the nearest thousandth.public OutputChannelMapping withInputChannelsFineTune(Double... inputChannelsFineTune)
NOTE: This method appends the values to the existing list (if any). Use
setInputChannelsFineTune(java.util.Collection) or
withInputChannelsFineTune(java.util.Collection) if you want to override the existing values.
inputChannelsFineTune - Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08,
or 4.9. MediaConvert rounds your remixing values to the nearest thousandth.public OutputChannelMapping withInputChannelsFineTune(Collection<Double> inputChannelsFineTune)
inputChannelsFineTune - Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08,
or 4.9. MediaConvert rounds your remixing values to the nearest thousandth.public String toString()
toString in class ObjectObject.toString()public OutputChannelMapping clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.