@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputChannelLevel extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
InputChannelLevel() |
Modifier and Type | Method and Description |
---|---|
InputChannelLevel |
clone() |
boolean |
equals(Object obj) |
Integer |
getGain()
Remixing value.
|
Integer |
getInputChannel()
The index of the input channel used as a source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGain(Integer gain)
Remixing value.
|
void |
setInputChannel(Integer inputChannel)
The index of the input channel used as a source.
|
String |
toString()
Returns a string representation of this object.
|
InputChannelLevel |
withGain(Integer gain)
Remixing value.
|
InputChannelLevel |
withInputChannel(Integer inputChannel)
The index of the input channel used as a source.
|
public void setGain(Integer gain)
gain
- Remixing value. Units are in dB and acceptable values are within the range from -60 (mute) and 6 dB.public Integer getGain()
public InputChannelLevel withGain(Integer gain)
gain
- Remixing value. Units are in dB and acceptable values are within the range from -60 (mute) and 6 dB.public void setInputChannel(Integer inputChannel)
inputChannel
- The index of the input channel used as a source.public Integer getInputChannel()
public InputChannelLevel withInputChannel(Integer inputChannel)
inputChannel
- The index of the input channel used as a source.public String toString()
toString
in class Object
Object.toString()
public InputChannelLevel clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.