@Generated(value="software.amazon.awssdk:codegen") public final class WavSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WavSettings.Builder,WavSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
WavSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
bitDepth()
Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.
|
static WavSettings.Builder |
builder() |
Integer |
channels()
Set Channels to specify the number of channels in this output audio track.
|
boolean |
equals(Object obj) |
WavFormat |
format()
Returns the value of the Format property for this object.
|
String |
formatAsString()
Returns the value of the Format property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
sampleRate()
Sample rate in Hz.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WavSettings.Builder> |
serializableBuilderClass() |
WavSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic Integer bitDepth()
public Integer channels()
public WavFormat format()
If the service returns an enum value that is not available in the current SDK version, format will
return WavFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
WavFormatpublic String formatAsString()
If the service returns an enum value that is not available in the current SDK version, format will
return WavFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
WavFormatpublic Integer sampleRate()
public WavSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<WavSettings.Builder,WavSettings>public static WavSettings.Builder builder()
public static Class<? extends WavSettings.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.