@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemixSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
RemixSettings() |
Modifier and Type | Method and Description |
---|---|
RemixSettings |
clone() |
boolean |
equals(Object obj) |
List<AudioChannelMapping> |
getChannelMappings()
Mapping of input channels to output channels, with appropriate gain adjustments.
|
Integer |
getChannelsIn()
Number of input channels to be used.
|
Integer |
getChannelsOut()
Number of output channels to be produced.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChannelMappings(Collection<AudioChannelMapping> channelMappings)
Mapping of input channels to output channels, with appropriate gain adjustments.
|
void |
setChannelsIn(Integer channelsIn)
Number of input channels to be used.
|
void |
setChannelsOut(Integer channelsOut)
Number of output channels to be produced.
|
String |
toString()
Returns a string representation of this object.
|
RemixSettings |
withChannelMappings(AudioChannelMapping... channelMappings)
Mapping of input channels to output channels, with appropriate gain adjustments.
|
RemixSettings |
withChannelMappings(Collection<AudioChannelMapping> channelMappings)
Mapping of input channels to output channels, with appropriate gain adjustments.
|
RemixSettings |
withChannelsIn(Integer channelsIn)
Number of input channels to be used.
|
RemixSettings |
withChannelsOut(Integer channelsOut)
Number of output channels to be produced.
|
public List<AudioChannelMapping> getChannelMappings()
public void setChannelMappings(Collection<AudioChannelMapping> channelMappings)
channelMappings
- Mapping of input channels to output channels, with appropriate gain adjustments.public RemixSettings withChannelMappings(AudioChannelMapping... channelMappings)
NOTE: This method appends the values to the existing list (if any). Use
setChannelMappings(java.util.Collection)
or withChannelMappings(java.util.Collection)
if you
want to override the existing values.
channelMappings
- Mapping of input channels to output channels, with appropriate gain adjustments.public RemixSettings withChannelMappings(Collection<AudioChannelMapping> channelMappings)
channelMappings
- Mapping of input channels to output channels, with appropriate gain adjustments.public void setChannelsIn(Integer channelsIn)
channelsIn
- Number of input channels to be used.public Integer getChannelsIn()
public RemixSettings withChannelsIn(Integer channelsIn)
channelsIn
- Number of input channels to be used.public void setChannelsOut(Integer channelsOut)
channelsOut
- Number of output channels to be produced. Valid values: 1, 2, 4, 6, 8public Integer getChannelsOut()
public RemixSettings withChannelsOut(Integer channelsOut)
channelsOut
- Number of output channels to be produced. Valid values: 1, 2, 4, 6, 8public String toString()
toString
in class Object
Object.toString()
public RemixSettings 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.