@Generated(value="software.amazon.awssdk:codegen") public final class AudioCodecSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AudioCodecSettings.Builder,AudioCodecSettings>
Modifier and Type | Class and Description |
---|---|
static interface |
AudioCodecSettings.Builder |
Modifier and Type | Method and Description |
---|---|
AacSettings |
aacSettings()
Returns the value of the AacSettings property for this object.
|
Ac3Settings |
ac3Settings()
Returns the value of the Ac3Settings property for this object.
|
AiffSettings |
aiffSettings()
Returns the value of the AiffSettings property for this object.
|
static AudioCodecSettings.Builder |
builder() |
AudioCodec |
codec()
Returns the value of the Codec property for this object.
|
String |
codecAsString()
Returns the value of the Codec property for this object.
|
Eac3Settings |
eac3Settings()
Returns the value of the Eac3Settings property for this object.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Mp2Settings |
mp2Settings()
Returns the value of the Mp2Settings property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AudioCodecSettings.Builder> |
serializableBuilderClass() |
AudioCodecSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
WavSettings |
wavSettings()
Returns the value of the WavSettings property for this object.
|
copy
public AacSettings aacSettings()
public Ac3Settings ac3Settings()
public AiffSettings aiffSettings()
public AudioCodec codec()
If the service returns an enum value that is not available in the current SDK version, codec
will return
AudioCodec.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
codecAsString()
.
AudioCodec
public String codecAsString()
If the service returns an enum value that is not available in the current SDK version, codec
will return
AudioCodec.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
codecAsString()
.
AudioCodec
public Eac3Settings eac3Settings()
public Mp2Settings mp2Settings()
public WavSettings wavSettings()
public AudioCodecSettings.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AudioCodecSettings.Builder,AudioCodecSettings>
public static AudioCodecSettings.Builder builder()
public static Class<? extends AudioCodecSettings.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.