Class CfnChannelPropsMixin.AudioCodecSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.AudioCodecSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelPropsMixin.AudioCodecSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelPropsMixin.AudioCodecSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannelPropsMixin.AudioCodecSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelPropsMixin.AudioCodecSettingsProperty
An implementation for
CfnChannelPropsMixin.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.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.AudioCodecSettingsProperty
CfnChannelPropsMixin.AudioCodecSettingsProperty.Builder, CfnChannelPropsMixin.AudioCodecSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannelPropsMixin.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 ObjectReturns union: eitherIResolvableorCfnChannelPropsMixin.Eac3AtmosSettingsPropertyfinal 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 theCfnChannelPropsMixin.AudioCodecSettingsProperty.Builder.
-
-
Method Details
-
getAacSettings
Description copied from interface:CfnChannelPropsMixin.AudioCodecSettingsPropertyThe setup of the AAC audio codec in the output.Returns union: either
IResolvableorCfnChannelPropsMixin.AacSettingsProperty- Specified by:
getAacSettingsin interfaceCfnChannelPropsMixin.AudioCodecSettingsProperty- See Also:
-
getAc3Settings
Description copied from interface:CfnChannelPropsMixin.AudioCodecSettingsPropertyThe setup of an AC3 audio codec in the output.Returns union: either
IResolvableorCfnChannelPropsMixin.Ac3SettingsProperty- Specified by:
getAc3Settingsin interfaceCfnChannelPropsMixin.AudioCodecSettingsProperty- See Also:
-
getEac3AtmosSettings
Description copied from interface:CfnChannelPropsMixin.AudioCodecSettingsPropertyReturns union: eitherIResolvableorCfnChannelPropsMixin.Eac3AtmosSettingsProperty- Specified by:
getEac3AtmosSettingsin interfaceCfnChannelPropsMixin.AudioCodecSettingsProperty- See Also:
-
getEac3Settings
Description copied from interface:CfnChannelPropsMixin.AudioCodecSettingsPropertyThe setup of an EAC3 audio codec in the output.Returns union: either
IResolvableorCfnChannelPropsMixin.Eac3SettingsProperty- Specified by:
getEac3Settingsin interfaceCfnChannelPropsMixin.AudioCodecSettingsProperty- See Also:
-
getMp2Settings
Description copied from interface:CfnChannelPropsMixin.AudioCodecSettingsPropertyThe setup of an MP2 audio codec in the output.Returns union: either
IResolvableorCfnChannelPropsMixin.Mp2SettingsProperty- Specified by:
getMp2Settingsin interfaceCfnChannelPropsMixin.AudioCodecSettingsProperty- See Also:
-
getPassThroughSettings
Description copied from interface:CfnChannelPropsMixin.AudioCodecSettingsPropertyThe setup to pass through the Dolby audio codec to the output.Returns union: either
IResolvableorCfnChannelPropsMixin.PassThroughSettingsProperty- Specified by:
getPassThroughSettingsin interfaceCfnChannelPropsMixin.AudioCodecSettingsProperty- See Also:
-
getWavSettings
Description copied from interface:CfnChannelPropsMixin.AudioCodecSettingsPropertySettings for audio encoded with the WAV codec.Returns union: either
IResolvableorCfnChannelPropsMixin.WavSettingsProperty- Specified by:
getWavSettingsin interfaceCfnChannelPropsMixin.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()
-