@Generated(value="software.amazon.awssdk:codegen") public final class Eac3AtmosSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Eac3AtmosSettings.Builder,Eac3AtmosSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Eac3AtmosSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
Double |
bitrate()
Average bitrate in bits/second.
|
static Eac3AtmosSettings.Builder |
builder() |
Eac3AtmosCodingMode |
codingMode()
Dolby Digital Plus with Dolby Atmos coding mode.
|
String |
codingModeAsString()
Dolby Digital Plus with Dolby Atmos coding mode.
|
Integer |
dialnorm()
Sets the dialnorm for the output.
|
Eac3AtmosDrcLine |
drcLine()
Sets the Dolby dynamic range compression profile.
|
String |
drcLineAsString()
Sets the Dolby dynamic range compression profile.
|
Eac3AtmosDrcRf |
drcRf()
Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not
exceed specified levels.
|
String |
drcRfAsString()
Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not
exceed specified levels.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
heightTrim()
Height dimensional trim.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Eac3AtmosSettings.Builder> |
serializableBuilderClass() |
Double |
surroundTrim()
Surround dimensional trim.
|
Eac3AtmosSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double bitrate()
public final Eac3AtmosCodingMode codingMode()
If the service returns an enum value that is not available in the current SDK version, codingMode will
return Eac3AtmosCodingMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from codingModeAsString().
Eac3AtmosCodingModepublic final String codingModeAsString()
If the service returns an enum value that is not available in the current SDK version, codingMode will
return Eac3AtmosCodingMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from codingModeAsString().
Eac3AtmosCodingModepublic final Integer dialnorm()
public final Eac3AtmosDrcLine drcLine()
If the service returns an enum value that is not available in the current SDK version, drcLine will
return Eac3AtmosDrcLine.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
drcLineAsString().
Eac3AtmosDrcLinepublic final String drcLineAsString()
If the service returns an enum value that is not available in the current SDK version, drcLine will
return Eac3AtmosDrcLine.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
drcLineAsString().
Eac3AtmosDrcLinepublic final Eac3AtmosDrcRf drcRf()
If the service returns an enum value that is not available in the current SDK version, drcRf will return
Eac3AtmosDrcRf.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
drcRfAsString().
Eac3AtmosDrcRfpublic final String drcRfAsString()
If the service returns an enum value that is not available in the current SDK version, drcRf will return
Eac3AtmosDrcRf.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
drcRfAsString().
Eac3AtmosDrcRfpublic final Double heightTrim()
public final Double surroundTrim()
public Eac3AtmosSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Eac3AtmosSettings.Builder,Eac3AtmosSettings>public static Eac3AtmosSettings.Builder builder()
public static Class<? extends Eac3AtmosSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.