Class CfnChannel.AudioCodecSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.AudioCodecSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.AudioCodecSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.AudioCodecSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.AudioCodecSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.AudioCodecSettingsProperty
An implementation for
CfnChannel.AudioCodecSettingsProperty
-
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.AudioCodecSettingsProperty
CfnChannel.AudioCodecSettingsProperty.Builder, CfnChannel.AudioCodecSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.AudioCodecSettingsProperty.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 Object
The setup of the AAC audio codec in the output.final Object
The setup of an AC3 audio codec in the output.final Object
final Object
The setup of an EAC3 audio codec in the output.final Object
The setup of an MP2 audio codec in the output.final Object
The setup to pass through the Dolby audio codec to the output.final Object
Settings for audio encoded with the WAV codec.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.AudioCodecSettingsProperty.Builder
.
-
-
Method Details
-
getAacSettings
Description copied from interface:CfnChannel.AudioCodecSettingsProperty
The setup of the AAC audio codec in the output.- Specified by:
getAacSettings
in interfaceCfnChannel.AudioCodecSettingsProperty
- See Also:
-
getAc3Settings
Description copied from interface:CfnChannel.AudioCodecSettingsProperty
The setup of an AC3 audio codec in the output.- Specified by:
getAc3Settings
in interfaceCfnChannel.AudioCodecSettingsProperty
- See Also:
-
getEac3AtmosSettings
- Specified by:
getEac3AtmosSettings
in interfaceCfnChannel.AudioCodecSettingsProperty
- See Also:
-
getEac3Settings
Description copied from interface:CfnChannel.AudioCodecSettingsProperty
The setup of an EAC3 audio codec in the output.- Specified by:
getEac3Settings
in interfaceCfnChannel.AudioCodecSettingsProperty
- See Also:
-
getMp2Settings
Description copied from interface:CfnChannel.AudioCodecSettingsProperty
The setup of an MP2 audio codec in the output.- Specified by:
getMp2Settings
in interfaceCfnChannel.AudioCodecSettingsProperty
- See Also:
-
getPassThroughSettings
Description copied from interface:CfnChannel.AudioCodecSettingsProperty
The setup to pass through the Dolby audio codec to the output.- Specified by:
getPassThroughSettings
in interfaceCfnChannel.AudioCodecSettingsProperty
- See Also:
-
getWavSettings
Description copied from interface:CfnChannel.AudioCodecSettingsProperty
Settings for audio encoded with the WAV codec.- Specified by:
getWavSettings
in interfaceCfnChannel.AudioCodecSettingsProperty
- 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()
-