Class CfnChannel.AacSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.AacSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.AacSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.AacSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.AacSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.AacSettingsProperty
An implementation for
CfnChannel.AacSettingsProperty
-
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.AacSettingsProperty
CfnChannel.AacSettingsProperty.Builder, CfnChannel.AacSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.AacSettingsProperty.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 Number
The average bitrate in bits/second.final String
Mono, stereo, or 5.1 channel layout.final String
Set to broadcasterMixedAd when the input contains pre-mixed main audio + AD (narration) as a stereo pair.final String
The AAC profile.final String
The rate control mode.final String
Sets the LATM/LOAS AAC output for raw containers.final Number
The sample rate in Hz.final String
getSpec()
Uses MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.final String
The VBR quality level.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.AacSettingsProperty.Builder
.
-
-
Method Details
-
getBitrate
Description copied from interface:CfnChannel.AacSettingsProperty
The average bitrate in bits/second.Valid values depend on the rate control mode and profile.
- Specified by:
getBitrate
in interfaceCfnChannel.AacSettingsProperty
- See Also:
-
getCodingMode
Description copied from interface:CfnChannel.AacSettingsProperty
Mono, 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:
getCodingMode
in interfaceCfnChannel.AacSettingsProperty
- See Also:
-
getInputType
Description copied from interface:CfnChannel.AacSettingsProperty
Set 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:
getInputType
in interfaceCfnChannel.AacSettingsProperty
- See Also:
-
getProfile
Description copied from interface:CfnChannel.AacSettingsProperty
The AAC profile.- Specified by:
getProfile
in interfaceCfnChannel.AacSettingsProperty
- See Also:
-
getRateControlMode
Description copied from interface:CfnChannel.AacSettingsProperty
The rate control mode.- Specified by:
getRateControlMode
in interfaceCfnChannel.AacSettingsProperty
- See Also:
-
getRawFormat
Description copied from interface:CfnChannel.AacSettingsProperty
Sets the LATM/LOAS AAC output for raw containers.- Specified by:
getRawFormat
in interfaceCfnChannel.AacSettingsProperty
- See Also:
-
getSampleRate
Description copied from interface:CfnChannel.AacSettingsProperty
The sample rate in Hz.Valid values depend on the rate control mode and profile.
- Specified by:
getSampleRate
in interfaceCfnChannel.AacSettingsProperty
- See Also:
-
getSpec
Description copied from interface:CfnChannel.AacSettingsProperty
Uses MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.- Specified by:
getSpec
in interfaceCfnChannel.AacSettingsProperty
- See Also:
-
getVbrQuality
Description copied from interface:CfnChannel.AacSettingsProperty
The VBR quality level.This is used only if rateControlMode is VBR.
- Specified by:
getVbrQuality
in interfaceCfnChannel.AacSettingsProperty
- 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()
-