Class Eac3AtmosSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.Eac3AtmosSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Eac3AtmosSettings.Builder,Eac3AtmosSettings>
@Generated("software.amazon.awssdk:codegen") public final class Eac3AtmosSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Eac3AtmosSettings.Builder,Eac3AtmosSettings>
Eac3 Atmos Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEac3AtmosSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Doublebitrate()Average bitrate in bits/second.static Eac3AtmosSettings.Builderbuilder()Eac3AtmosCodingModecodingMode()Dolby Digital Plus with Dolby Atmos coding mode.StringcodingModeAsString()Dolby Digital Plus with Dolby Atmos coding mode.Integerdialnorm()Sets the dialnorm for the output.Eac3AtmosDrcLinedrcLine()Sets the Dolby dynamic range compression profile.StringdrcLineAsString()Sets the Dolby dynamic range compression profile.Eac3AtmosDrcRfdrcRf()Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels.StringdrcRfAsString()Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DoubleheightTrim()Height dimensional trim.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Eac3AtmosSettings.Builder>serializableBuilderClass()DoublesurroundTrim()Surround dimensional trim.Eac3AtmosSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
bitrate
public final Double bitrate()
Average bitrate in bits/second. Valid bitrates depend on the coding mode.- Returns:
- Average bitrate in bits/second. Valid bitrates depend on the coding mode.
-
codingMode
public final Eac3AtmosCodingMode codingMode()
Dolby Digital Plus with Dolby Atmos coding mode. Determines number of channels.If the service returns an enum value that is not available in the current SDK version,
codingModewill returnEac3AtmosCodingMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcodingModeAsString().- Returns:
- Dolby Digital Plus with Dolby Atmos coding mode. Determines number of channels.
- See Also:
Eac3AtmosCodingMode
-
codingModeAsString
public final String codingModeAsString()
Dolby Digital Plus with Dolby Atmos coding mode. Determines number of channels.If the service returns an enum value that is not available in the current SDK version,
codingModewill returnEac3AtmosCodingMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcodingModeAsString().- Returns:
- Dolby Digital Plus with Dolby Atmos coding mode. Determines number of channels.
- See Also:
Eac3AtmosCodingMode
-
dialnorm
public final Integer dialnorm()
Sets the dialnorm for the output. Default 23.- Returns:
- Sets the dialnorm for the output. Default 23.
-
drcLine
public final Eac3AtmosDrcLine drcLine()
Sets the Dolby dynamic range compression profile.If the service returns an enum value that is not available in the current SDK version,
drcLinewill returnEac3AtmosDrcLine.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdrcLineAsString().- Returns:
- Sets the Dolby dynamic range compression profile.
- See Also:
Eac3AtmosDrcLine
-
drcLineAsString
public final String drcLineAsString()
Sets the Dolby dynamic range compression profile.If the service returns an enum value that is not available in the current SDK version,
drcLinewill returnEac3AtmosDrcLine.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdrcLineAsString().- Returns:
- Sets the Dolby dynamic range compression profile.
- See Also:
Eac3AtmosDrcLine
-
drcRf
public final Eac3AtmosDrcRf drcRf()
Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels.If the service returns an enum value that is not available in the current SDK version,
drcRfwill returnEac3AtmosDrcRf.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdrcRfAsString().- Returns:
- Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels.
- See Also:
Eac3AtmosDrcRf
-
drcRfAsString
public final String drcRfAsString()
Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels.If the service returns an enum value that is not available in the current SDK version,
drcRfwill returnEac3AtmosDrcRf.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdrcRfAsString().- Returns:
- Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels.
- See Also:
Eac3AtmosDrcRf
-
heightTrim
public final Double heightTrim()
Height dimensional trim. Sets the maximum amount to attenuate the height channels when the downstream player isn??t configured to handle Dolby Digital Plus with Dolby Atmos and must remix the channels.- Returns:
- Height dimensional trim. Sets the maximum amount to attenuate the height channels when the downstream player isn??t configured to handle Dolby Digital Plus with Dolby Atmos and must remix the channels.
-
surroundTrim
public final Double surroundTrim()
Surround dimensional trim. Sets the maximum amount to attenuate the surround channels when the downstream player isn't configured to handle Dolby Digital Plus with Dolby Atmos and must remix the channels.- Returns:
- Surround dimensional trim. Sets the maximum amount to attenuate the surround channels when the downstream player isn't configured to handle Dolby Digital Plus with Dolby Atmos and must remix the channels.
-
toBuilder
public Eac3AtmosSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Eac3AtmosSettings.Builder,Eac3AtmosSettings>
-
builder
public static Eac3AtmosSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends Eac3AtmosSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-