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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.Ac3SettingsProperty
CfnChannel.Ac3SettingsProperty.Builder, CfnChannel.Ac3SettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.Ac3SettingsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
final Number
The average bitrate in bits/second.final String
Specifies the bitstream mode (bsmod) for the emitted AC-3 stream.final String
The Dolby Digital coding mode.final Number
Sets the dialnorm for the output.final String
If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby Digital specification.final String
When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.final String
When set to followInput, encoder metadata is sourced from the DD, DD+, or DolbyE decoder that supplies this audio data.final int
hashCode()
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
-
getAttenuationControl
- Specified by:
getAttenuationControl
in interfaceCfnChannel.Ac3SettingsProperty
- See Also:
-
getBitrate
Description copied from interface:CfnChannel.Ac3SettingsProperty
The average bitrate in bits/second.Valid bitrates depend on the coding mode.
- Specified by:
getBitrate
in interfaceCfnChannel.Ac3SettingsProperty
- See Also:
-
getBitstreamMode
Description copied from interface:CfnChannel.Ac3SettingsProperty
Specifies the bitstream mode (bsmod) for the emitted AC-3 stream.For more information about these values, see ATSC A/52-2012.
- Specified by:
getBitstreamMode
in interfaceCfnChannel.Ac3SettingsProperty
- See Also:
-
getCodingMode
Description copied from interface:CfnChannel.Ac3SettingsProperty
The Dolby Digital coding mode.This determines the number of channels.
- Specified by:
getCodingMode
in interfaceCfnChannel.Ac3SettingsProperty
- See Also:
-
getDialnorm
Description copied from interface:CfnChannel.Ac3SettingsProperty
Sets the dialnorm for the output.If excluded and the input audio is Dolby Digital, dialnorm is passed through.
- Specified by:
getDialnorm
in interfaceCfnChannel.Ac3SettingsProperty
- See Also:
-
getDrcProfile
Description copied from interface:CfnChannel.Ac3SettingsProperty
If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby Digital specification.- Specified by:
getDrcProfile
in interfaceCfnChannel.Ac3SettingsProperty
- See Also:
-
getLfeFilter
Description copied from interface:CfnChannel.Ac3SettingsProperty
When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.This is valid only in codingMode32Lfe mode.
- Specified by:
getLfeFilter
in interfaceCfnChannel.Ac3SettingsProperty
- See Also:
-
getMetadataControl
Description copied from interface:CfnChannel.Ac3SettingsProperty
When 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:
getMetadataControl
in interfaceCfnChannel.Ac3SettingsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-