@Generated(value="software.amazon.awssdk:codegen") public final class AiffSettings extends Object implements StructuredPojo, ToCopyableBuilder<AiffSettings.Builder,AiffSettings>
Modifier and Type | Class and Description |
---|---|
static interface |
AiffSettings.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 AiffSettings.Builder |
builder() |
Integer |
channels()
Set Channels to specify the number of channels in this output audio track.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
Integer |
sampleRate()
Sample rate in hz.
|
static Class<? extends AiffSettings.Builder> |
serializableBuilderClass() |
AiffSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Integer bitDepth()
public Integer channels()
public Integer sampleRate()
public AiffSettings.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AiffSettings.Builder,AiffSettings>
public static AiffSettings.Builder builder()
public static Class<? extends AiffSettings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.