@Generated(value="software.amazon.awssdk:codegen") public final class Mp3Settings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Mp3Settings.Builder,Mp3Settings>
Modifier and Type | Class and Description |
---|---|
static interface |
Mp3Settings.Builder |
Modifier and Type | Method and Description |
---|---|
Integer |
bitrate()
Specify the average bitrate in bits per second.
|
static Mp3Settings.Builder |
builder() |
Integer |
channels()
Specify the number of channels in this output audio track.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Mp3RateControlMode |
rateControlMode()
Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable bitrate
(VBR).
|
String |
rateControlModeAsString()
Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable bitrate
(VBR).
|
Integer |
sampleRate()
Sample rate in hz.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Mp3Settings.Builder> |
serializableBuilderClass() |
Mp3Settings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
vbrQuality()
Required when you set Bitrate control mode (rateControlMode) to VBR.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Integer bitrate()
public Integer channels()
public Mp3RateControlMode rateControlMode()
If the service returns an enum value that is not available in the current SDK version, rateControlMode
will return Mp3RateControlMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from rateControlModeAsString()
.
Mp3RateControlMode
public String rateControlModeAsString()
If the service returns an enum value that is not available in the current SDK version, rateControlMode
will return Mp3RateControlMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from rateControlModeAsString()
.
Mp3RateControlMode
public Integer sampleRate()
public Integer vbrQuality()
public Mp3Settings.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<Mp3Settings.Builder,Mp3Settings>
public static Mp3Settings.Builder builder()
public static Class<? extends Mp3Settings.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.