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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.AudioCodecSettingsProperty
CfnChannel.AudioCodecSettingsProperty.Builder, CfnChannel.AudioCodecSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.AudioCodecSettingsProperty.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 ObjectThe setup of the AAC audio codec in the output.final ObjectThe setup of an AC3 audio codec in the output.final Objectfinal ObjectThe setup of an EAC3 audio codec in the output.final ObjectThe setup of an MP2 audio codec in the output.final ObjectThe setup to pass through the Dolby audio codec to the output.final ObjectSettings for audio encoded with the WAV codec.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.AudioCodecSettingsProperty.Builder.
-
-
Method Details
-
getAacSettings
Description copied from interface:CfnChannel.AudioCodecSettingsPropertyThe setup of the AAC audio codec in the output.- Specified by:
getAacSettingsin interfaceCfnChannel.AudioCodecSettingsProperty- See Also:
-
getAc3Settings
Description copied from interface:CfnChannel.AudioCodecSettingsPropertyThe setup of an AC3 audio codec in the output.- Specified by:
getAc3Settingsin interfaceCfnChannel.AudioCodecSettingsProperty- See Also:
-
getEac3AtmosSettings
- Specified by:
getEac3AtmosSettingsin interfaceCfnChannel.AudioCodecSettingsProperty- See Also:
-
getEac3Settings
Description copied from interface:CfnChannel.AudioCodecSettingsPropertyThe setup of an EAC3 audio codec in the output.- Specified by:
getEac3Settingsin interfaceCfnChannel.AudioCodecSettingsProperty- See Also:
-
getMp2Settings
Description copied from interface:CfnChannel.AudioCodecSettingsPropertyThe setup of an MP2 audio codec in the output.- Specified by:
getMp2Settingsin interfaceCfnChannel.AudioCodecSettingsProperty- See Also:
-
getPassThroughSettings
Description copied from interface:CfnChannel.AudioCodecSettingsPropertyThe setup to pass through the Dolby audio codec to the output.- Specified by:
getPassThroughSettingsin interfaceCfnChannel.AudioCodecSettingsProperty- See Also:
-
getWavSettings
Description copied from interface:CfnChannel.AudioCodecSettingsPropertySettings for audio encoded with the WAV codec.- Specified by:
getWavSettingsin interfaceCfnChannel.AudioCodecSettingsProperty- See Also:
-
$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()
-