@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, in bits per sample, to choose the encoding quality for this audio track.
|
static WavSettings.Builder |
builder() |
Integer |
channels()
Specify the number of channels in this output audio track.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
WavFormat |
format()
The service defaults to using RIFF for WAV outputs.
|
String |
formatAsString()
The service defaults to using RIFF for WAV outputs.
|
<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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Integer bitDepth()
public final Integer channels()
public final 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()
.
WavFormat
public final 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()
.
WavFormat
public final Integer sampleRate()
public WavSettings.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<WavSettings.Builder,WavSettings>
public static WavSettings.Builder builder()
public static Class<? extends WavSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.