Class Eac3AtmosSettingsProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.Eac3AtmosSettingsProps.Jsii$Proxy
- All Implemented Interfaces:
Eac3AtmosSettingsProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
Eac3AtmosSettingsProps
@Stability(Experimental)
@Internal
public static final class Eac3AtmosSettingsProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements Eac3AtmosSettingsProps
An implementation for
Eac3AtmosSettingsProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.Eac3AtmosSettingsProps
Eac3AtmosSettingsProps.Builder, Eac3AtmosSettingsProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(Eac3AtmosSettingsProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEac3AtmosSettingsProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal Bitrate(experimental) The average bitrate.final Eac3AtmosCodingMode(experimental) The coding mode (e.g.final Number(experimental) The dialogue normalization level (1–31).final Eac3AtmosDrcLine(experimental) Sets the Dolby dynamic range compression line mode profile.final Eac3AtmosDrcRfgetDrcRf()(experimental) Sets the Dolby dynamic range compression RF mode profile.final Number(experimental) Height channel trim level.final Number(experimental) Surround channel trim level.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theEac3AtmosSettingsProps.Builder.
-
-
Method Details
-
getBitrate
Description copied from interface:Eac3AtmosSettingsProps(experimental) The average bitrate.Default: - service default
- Specified by:
getBitratein interfaceEac3AtmosSettingsProps
-
getCodingMode
Description copied from interface:Eac3AtmosSettingsProps(experimental) The coding mode (e.g. CODING_MODE_5_1_4, CODING_MODE_7_1_4, CODING_MODE_9_1_6).Default: Eac3AtmosCodingMode.CODING_MODE_5_1_4
- Specified by:
getCodingModein interfaceEac3AtmosSettingsProps
-
getDialNorm
Description copied from interface:Eac3AtmosSettingsProps(experimental) The dialogue normalization level (1–31).Default: - service default
- Specified by:
getDialNormin interfaceEac3AtmosSettingsProps
-
getDrcLine
Description copied from interface:Eac3AtmosSettingsProps(experimental) Sets the Dolby dynamic range compression line mode profile.Default: - service default
- Specified by:
getDrcLinein interfaceEac3AtmosSettingsProps
-
getDrcRf
Description copied from interface:Eac3AtmosSettingsProps(experimental) Sets the Dolby dynamic range compression RF mode profile.Default: - service default
- Specified by:
getDrcRfin interfaceEac3AtmosSettingsProps
-
getHeightTrim
Description copied from interface:Eac3AtmosSettingsProps(experimental) Height channel trim level.Default: - service default
- Specified by:
getHeightTrimin interfaceEac3AtmosSettingsProps
-
getSurroundTrim
Description copied from interface:Eac3AtmosSettingsProps(experimental) Surround channel trim level.Default: - service default
- Specified by:
getSurroundTrimin interfaceEac3AtmosSettingsProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-