@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WavSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
WavSettings() |
Modifier and Type | Method and Description |
---|---|
WavSettings |
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; useful for testing and debugging.
|
WavSettings |
withBitDepth(Integer bitDepth)
Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.
|
WavSettings |
withChannels(Integer channels)
Set Channels to specify the number of channels in this output audio track.
|
WavSettings |
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 WavSettings 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. With WAV, valid values 1, 2, 4,
and 8. In the console, these values are Mono, Stereo, 4-Channel, and 8-Channel, respectively.public Integer getChannels()
public WavSettings withChannels(Integer channels)
channels
- Set Channels to specify the number of channels in this output audio track. With WAV, valid values 1, 2, 4,
and 8. In the console, these values are Mono, Stereo, 4-Channel, and 8-Channel, respectively.public void setSampleRate(Integer sampleRate)
sampleRate
- Sample rate in Hz.public Integer getSampleRate()
public WavSettings withSampleRate(Integer sampleRate)
sampleRate
- Sample rate in Hz.public String toString()
toString
in class Object
Object.toString()
public WavSettings 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.