Class CfnChannel.Ac3SettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.Ac3SettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.Ac3SettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnChannel.Ac3SettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.Ac3SettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.Ac3SettingsProperty
An implementation for
CfnChannel.Ac3SettingsProperty-
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.CfnChannel.Ac3SettingsProperty
CfnChannel.Ac3SettingsProperty.Builder, CfnChannel.Ac3SettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.Ac3SettingsProperty.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 NumberThe average bitrate in bits/second.final StringSpecifies the bitstream mode (bsmod) for the emitted AC-3 stream.final StringThe Dolby Digital coding mode.final NumberSets the dialnorm for the output.final StringIf set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby Digital specification.final StringWhen set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.final StringWhen 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 theCfnChannel.Ac3SettingsProperty.Builder.
-
-
Method Details
-
getBitrate
Description copied from interface:CfnChannel.Ac3SettingsPropertyThe average bitrate in bits/second.Valid bitrates depend on the coding mode.
- Specified by:
getBitratein interfaceCfnChannel.Ac3SettingsProperty
-
getBitstreamMode
Description copied from interface:CfnChannel.Ac3SettingsPropertySpecifies the bitstream mode (bsmod) for the emitted AC-3 stream.For more information about these values, see ATSC A/52-2012.
- Specified by:
getBitstreamModein interfaceCfnChannel.Ac3SettingsProperty
-
getCodingMode
Description copied from interface:CfnChannel.Ac3SettingsPropertyThe Dolby Digital coding mode.This determines the number of channels.
- Specified by:
getCodingModein interfaceCfnChannel.Ac3SettingsProperty
-
getDialnorm
Description copied from interface:CfnChannel.Ac3SettingsPropertySets the dialnorm for the output.If excluded and the input audio is Dolby Digital, dialnorm is passed through.
- Specified by:
getDialnormin interfaceCfnChannel.Ac3SettingsProperty
-
getDrcProfile
Description copied from interface:CfnChannel.Ac3SettingsPropertyIf set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby Digital specification.- Specified by:
getDrcProfilein interfaceCfnChannel.Ac3SettingsProperty
-
getLfeFilter
Description copied from interface:CfnChannel.Ac3SettingsPropertyWhen set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.This is valid only in codingMode32Lfe mode.
- Specified by:
getLfeFilterin interfaceCfnChannel.Ac3SettingsProperty
-
getMetadataControl
Description copied from interface:CfnChannel.Ac3SettingsPropertyWhen set to followInput, encoder metadata is sourced from the DD, DD+, or DolbyE decoder that supplies this audio data.If the audio is supplied from one of these streams, the static metadata settings are used.
- Specified by:
getMetadataControlin interfaceCfnChannel.Ac3SettingsProperty
-
$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()
-