Interface CfnChannel.AacSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannel.AacSettingsProperty.Jsii$Proxy
Enclosing class:
CfnChannel

@Stability(Stable) public static interface CfnChannel.AacSettingsProperty extends software.amazon.jsii.JsiiSerializable
The settings for an AAC audio encode in the output.

The parent of this entity is AudioCodecSettings.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.medialive.*;
 AacSettingsProperty aacSettingsProperty = AacSettingsProperty.builder()
         .bitrate(123)
         .codingMode("codingMode")
         .inputType("inputType")
         .profile("profile")
         .rateControlMode("rateControlMode")
         .rawFormat("rawFormat")
         .sampleRate(123)
         .spec("spec")
         .vbrQuality("vbrQuality")
         .build();
 
  • Method Details

    • getBitrate

      @Stability(Stable) @Nullable default Number getBitrate()
      The average bitrate in bits/second.

      Valid values depend on the rate control mode and profile.

    • getCodingMode

      @Stability(Stable) @Nullable default String getCodingMode()
      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.
    • getInputType

      @Stability(Stable) @Nullable default String getInputType()
      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.

    • getProfile

      @Stability(Stable) @Nullable default String getProfile()
      The AAC profile.
    • getRateControlMode

      @Stability(Stable) @Nullable default String getRateControlMode()
      The rate control mode.
    • getRawFormat

      @Stability(Stable) @Nullable default String getRawFormat()
      Sets the LATM/LOAS AAC output for raw containers.
    • getSampleRate

      @Stability(Stable) @Nullable default Number getSampleRate()
      The sample rate in Hz.

      Valid values depend on the rate control mode and profile.

    • getSpec

      @Stability(Stable) @Nullable default String getSpec()
      Uses MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.
    • getVbrQuality

      @Stability(Stable) @Nullable default String getVbrQuality()
      The VBR quality level.

      This is used only if rateControlMode is VBR.

    • builder

      @Stability(Stable) static CfnChannel.AacSettingsProperty.Builder builder()
      Returns:
      a CfnChannel.AacSettingsProperty.Builder of CfnChannel.AacSettingsProperty