@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FlacSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
FlacSettings() |
| Modifier and Type | Method and Description |
|---|---|
FlacSettings |
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()
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)
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.
|
FlacSettings |
withBitDepth(Integer bitDepth)
Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.
|
FlacSettings |
withChannels(Integer channels)
Specify the number of channels in this output audio track.
|
FlacSettings |
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 FlacSettings 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 - Specify the number of channels in this output audio track. Choosing Mono on the console gives you 1 output
channel; choosing Stereo gives you 2. In the API, valid values are between 1 and 8.public Integer getChannels()
public FlacSettings withChannels(Integer channels)
channels - Specify the number of channels in this output audio track. Choosing Mono on the console gives you 1 output
channel; choosing Stereo gives you 2. In the API, valid values are between 1 and 8.public void setSampleRate(Integer sampleRate)
sampleRate - Sample rate in Hz.public Integer getSampleRate()
public FlacSettings withSampleRate(Integer sampleRate)
sampleRate - Sample rate in Hz.public String toString()
toString in class ObjectObject.toString()public FlacSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.