Class Ac3SettingsProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.Ac3SettingsProps.Jsii$Proxy
- All Implemented Interfaces:
Ac3SettingsProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
Ac3SettingsProps
@Stability(Experimental)
@Internal
public static final class Ac3SettingsProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements Ac3SettingsProps
An implementation for
Ac3SettingsProps-
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.Ac3SettingsProps
Ac3SettingsProps.Builder, Ac3SettingsProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(Ac3SettingsProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAc3SettingsProps.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 Ac3AttenuationControl(experimental) Applies a 3 dB attenuation to the surround channels.final Bitrate(experimental) The average bitrate.final Ac3BitstreamMode(experimental) Specifies the bitstream mode (bsmod) for the emitted AC-3 stream.final Ac3CodingMode(experimental) The Dolby Digital coding mode.final Number(experimental) The dialogue normalization level (1–31).final Ac3DrcProfile(experimental) If set to filmStandard, adds dynamic range compression signaling to the output bitstream.final Ac3LfeFilter(experimental) When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.final Ac3MetadataControl(experimental) When set to followInput, encoder metadata is sourced from the DD, DD+, or DolbyE decoder that supplies this audio data.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 theAc3SettingsProps.Builder.
-
-
Method Details
-
getAttenuationControl
Description copied from interface:Ac3SettingsProps(experimental) Applies a 3 dB attenuation to the surround channels.Used only for the 3/2 coding mode.
Default: - service default
- Specified by:
getAttenuationControlin interfaceAc3SettingsProps
-
getBitrate
Description copied from interface:Ac3SettingsProps(experimental) The average bitrate.Default: - service default
- Specified by:
getBitratein interfaceAc3SettingsProps
-
getBitstreamMode
Description copied from interface:Ac3SettingsProps(experimental) Specifies the bitstream mode (bsmod) for the emitted AC-3 stream.Default: Ac3BitstreamMode.COMPLETE_MAIN
- Specified by:
getBitstreamModein interfaceAc3SettingsProps
-
getCodingMode
Description copied from interface:Ac3SettingsProps(experimental) The Dolby Digital coding mode.Default: Ac3CodingMode.CODING_MODE_2_0
- Specified by:
getCodingModein interfaceAc3SettingsProps
-
getDialNorm
Description copied from interface:Ac3SettingsProps(experimental) The dialogue normalization level (1–31).Default: - service default
- Specified by:
getDialNormin interfaceAc3SettingsProps
-
getDrcProfile
Description copied from interface:Ac3SettingsProps(experimental) If set to filmStandard, adds dynamic range compression signaling to the output bitstream.Default: - service default
- Specified by:
getDrcProfilein interfaceAc3SettingsProps
-
getLfeFilter
Description copied from interface:Ac3SettingsProps(experimental) When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.Valid only in codingMode32Lfe mode.
Default: Ac3LfeFilter.DISABLED
- Specified by:
getLfeFilterin interfaceAc3SettingsProps
-
getMetadataControl
Description copied from interface:Ac3SettingsProps(experimental) When set to followInput, encoder metadata is sourced from the DD, DD+, or DolbyE decoder that supplies this audio data.Default: - service default
- Specified by:
getMetadataControlin interfaceAc3SettingsProps
-
$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()
-