@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, in bits per sample, to choose the encoding quality for this audio track.
|
Integer |
getChannels()
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, in bits per sample, to choose the encoding quality for this audio track.
|
void |
setChannels(Integer channels)
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, in bits per sample, to choose the encoding quality for this audio track.
|
AiffSettings |
withChannels(Integer channels)
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, 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, in bits per sample, to choose the encoding quality for this audio track.public void setChannels(Integer channels)
channels
- Specify the number of channels in this output audio track. Valid values are 1 and even numbers up to 64.
For example, 1, 2, 4, 6, and so on, up to 64.public Integer getChannels()
public AiffSettings withChannels(Integer channels)
channels
- Specify the number of channels in this output audio track. Valid values are 1 and even numbers up to 64.
For example, 1, 2, 4, 6, and so on, up to 64.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.