@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AiffSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AiffSettings() |
Modifier and Type | Method and Description |
---|---|
AiffSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getBitDepth()
Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.
|
Integer |
getChannels()
Set Channels to specify the number of channels in this output audio track.
|
Integer |
getSampleRate()
Sample rate in hz.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBitDepth(Integer bitDepth)
Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.
|
void |
setChannels(Integer channels)
Set Channels to specify the number of channels in this output audio track.
|
void |
setSampleRate(Integer sampleRate)
Sample rate in hz.
|
String |
toString()
Returns a string representation of this object.
|
AiffSettings |
withBitDepth(Integer bitDepth)
Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.
|
AiffSettings |
withChannels(Integer channels)
Set Channels to specify the number of channels in this output audio track.
|
AiffSettings |
withSampleRate(Integer sampleRate)
Sample rate in hz.
|
public void setBitDepth(Integer bitDepth)
bitDepth
- Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.public Integer getBitDepth()
public AiffSettings withBitDepth(Integer bitDepth)
bitDepth
- Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.public void setChannels(Integer channels)
channels
- Set Channels to specify the number of channels in this output audio track. Choosing Mono in the console
will give you 1 output channel; choosing Stereo will give you 2. In the API, valid values are 1 and 2.public Integer getChannels()
public AiffSettings withChannels(Integer channels)
channels
- Set Channels to specify the number of channels in this output audio track. Choosing Mono in the console
will give you 1 output channel; choosing Stereo will give you 2. In the API, valid values are 1 and 2.public void setSampleRate(Integer sampleRate)
sampleRate
- Sample rate in hz.public Integer getSampleRate()
public AiffSettings withSampleRate(Integer sampleRate)
sampleRate
- Sample rate in hz.public String toString()
toString
in class Object
Object.toString()
public AiffSettings 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.