@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.
|
String |
getFormat() |
Integer |
getSampleRate()
Sample rate in Hz.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller 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 |
setFormat(String format) |
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 |
withFormat(String format) |
WavSettings |
withFormat(WavFormat format) |
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 WavSettings withFormat(String format)
format - WavFormatpublic WavSettings withFormat(WavFormat format)
format - WavFormatpublic 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 ObjectObject.toString()public WavSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.