Class CfnChannelPropsMixin.AacSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.AacSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelPropsMixin.AacSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelPropsMixin.AacSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannelPropsMixin.AacSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelPropsMixin.AacSettingsProperty
An implementation for
CfnChannelPropsMixin.AacSettingsProperty-
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.AacSettingsProperty
CfnChannelPropsMixin.AacSettingsProperty.Builder, CfnChannelPropsMixin.AacSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannelPropsMixin.AacSettingsProperty.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 StringMono, stereo, or 5.1 channel layout.final StringSet to broadcasterMixedAd when the input contains pre-mixed main audio + AD (narration) as a stereo pair.final StringThe AAC profile.final StringThe rate control mode.final StringSets the LATM/LOAS AAC output for raw containers.final NumberThe sample rate in Hz.final StringgetSpec()Uses MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.final StringThe VBR quality level.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.AacSettingsProperty.Builder.
-
-
Method Details
-
getBitrate
Description copied from interface:CfnChannelPropsMixin.AacSettingsPropertyThe average bitrate in bits/second.Valid values depend on the rate control mode and profile.
- Specified by:
getBitratein interfaceCfnChannelPropsMixin.AacSettingsProperty- See Also:
-
getCodingMode
Description copied from interface:CfnChannelPropsMixin.AacSettingsPropertyMono, stereo, or 5.1 channel layout. Valid values depend on the rate control mode and profile. The adReceiverMix setting receives a stereo description plus control track, and emits a mono AAC encode of the description track, with control data emitted in the PES header as per ETSI TS 101 154 Annex E.- Specified by:
getCodingModein interfaceCfnChannelPropsMixin.AacSettingsProperty- See Also:
-
getInputType
Description copied from interface:CfnChannelPropsMixin.AacSettingsPropertySet to broadcasterMixedAd when the input contains pre-mixed main audio + AD (narration) as a stereo pair.The Audio Type field (audioType) will be set to 3, which signals to downstream systems that this stream contains broadcaster mixed AD. Note that the input received by the encoder must contain pre-mixed audio; MediaLive does not perform the mixing. The values in audioTypeControl and audioType (in AudioDescription) are ignored when set to broadcasterMixedAd. Leave this set to normal when the input does not contain pre-mixed audio + AD.
- Specified by:
getInputTypein interfaceCfnChannelPropsMixin.AacSettingsProperty- See Also:
-
getProfile
Description copied from interface:CfnChannelPropsMixin.AacSettingsPropertyThe AAC profile.- Specified by:
getProfilein interfaceCfnChannelPropsMixin.AacSettingsProperty- See Also:
-
getRateControlMode
Description copied from interface:CfnChannelPropsMixin.AacSettingsPropertyThe rate control mode.- Specified by:
getRateControlModein interfaceCfnChannelPropsMixin.AacSettingsProperty- See Also:
-
getRawFormat
Description copied from interface:CfnChannelPropsMixin.AacSettingsPropertySets the LATM/LOAS AAC output for raw containers.- Specified by:
getRawFormatin interfaceCfnChannelPropsMixin.AacSettingsProperty- See Also:
-
getSampleRate
Description copied from interface:CfnChannelPropsMixin.AacSettingsPropertyThe sample rate in Hz.Valid values depend on the rate control mode and profile.
- Specified by:
getSampleRatein interfaceCfnChannelPropsMixin.AacSettingsProperty- See Also:
-
getSpec
Description copied from interface:CfnChannelPropsMixin.AacSettingsPropertyUses MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.- Specified by:
getSpecin interfaceCfnChannelPropsMixin.AacSettingsProperty- See Also:
-
getVbrQuality
Description copied from interface:CfnChannelPropsMixin.AacSettingsPropertyThe VBR quality level.This is used only if rateControlMode is VBR.
- Specified by:
getVbrQualityin interfaceCfnChannelPropsMixin.AacSettingsProperty- 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()
-