amazonka-medialive-2.0: Amazon Elemental MediaLive SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaLive.Types.AacSettings

Description

 
Synopsis

Documentation

data AacSettings Source #

Aac Settings

See: newAacSettings smart constructor.

Constructors

AacSettings' 

Fields

  • bitrate :: Maybe Double

    Average bitrate in bits/second. Valid values depend on rate control mode and profile.

  • codingMode :: Maybe AacCodingMode

    Mono, Stereo, or 5.1 channel layout. Valid values depend on 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.

  • inputType :: Maybe AacInputType

    Set to "broadcasterMixedAd" when 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; the encoder does not perform the mixing. The values in audioTypeControl and audioType (in AudioDescription) are ignored when set to broadcasterMixedAd. Leave set to "normal" when input does not contain pre-mixed audio + AD.

  • profile :: Maybe AacProfile

    AAC Profile.

  • rateControlMode :: Maybe AacRateControlMode

    Rate Control Mode.

  • rawFormat :: Maybe AacRawFormat

    Sets LATM / LOAS AAC output for raw containers.

  • sampleRate :: Maybe Double

    Sample rate in Hz. Valid values depend on rate control mode and profile.

  • spec :: Maybe AacSpec

    Use MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.

  • vbrQuality :: Maybe AacVbrQuality

    VBR Quality Level - Only used if rateControlMode is VBR.

Instances

Instances details
FromJSON AacSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AacSettings

ToJSON AacSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AacSettings

Generic AacSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AacSettings

Associated Types

type Rep AacSettings :: Type -> Type #

Read AacSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AacSettings

Show AacSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AacSettings

NFData AacSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AacSettings

Methods

rnf :: AacSettings -> () #

Eq AacSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AacSettings

Hashable AacSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AacSettings

type Rep AacSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AacSettings

newAacSettings :: AacSettings Source #

Create a value of AacSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:bitrate:AacSettings', aacSettings_bitrate - Average bitrate in bits/second. Valid values depend on rate control mode and profile.

$sel:codingMode:AacSettings', aacSettings_codingMode - Mono, Stereo, or 5.1 channel layout. Valid values depend on 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.

$sel:inputType:AacSettings', aacSettings_inputType - Set to "broadcasterMixedAd" when 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; the encoder does not perform the mixing. The values in audioTypeControl and audioType (in AudioDescription) are ignored when set to broadcasterMixedAd. Leave set to "normal" when input does not contain pre-mixed audio + AD.

$sel:profile:AacSettings', aacSettings_profile - AAC Profile.

$sel:rateControlMode:AacSettings', aacSettings_rateControlMode - Rate Control Mode.

$sel:rawFormat:AacSettings', aacSettings_rawFormat - Sets LATM / LOAS AAC output for raw containers.

$sel:sampleRate:AacSettings', aacSettings_sampleRate - Sample rate in Hz. Valid values depend on rate control mode and profile.

$sel:spec:AacSettings', aacSettings_spec - Use MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.

$sel:vbrQuality:AacSettings', aacSettings_vbrQuality - VBR Quality Level - Only used if rateControlMode is VBR.

aacSettings_bitrate :: Lens' AacSettings (Maybe Double) Source #

Average bitrate in bits/second. Valid values depend on rate control mode and profile.

aacSettings_codingMode :: Lens' AacSettings (Maybe AacCodingMode) Source #

Mono, Stereo, or 5.1 channel layout. Valid values depend on 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.

aacSettings_inputType :: Lens' AacSettings (Maybe AacInputType) Source #

Set to "broadcasterMixedAd" when 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; the encoder does not perform the mixing. The values in audioTypeControl and audioType (in AudioDescription) are ignored when set to broadcasterMixedAd. Leave set to "normal" when input does not contain pre-mixed audio + AD.

aacSettings_rawFormat :: Lens' AacSettings (Maybe AacRawFormat) Source #

Sets LATM / LOAS AAC output for raw containers.

aacSettings_sampleRate :: Lens' AacSettings (Maybe Double) Source #

Sample rate in Hz. Valid values depend on rate control mode and profile.

aacSettings_spec :: Lens' AacSettings (Maybe AacSpec) Source #

Use MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.

aacSettings_vbrQuality :: Lens' AacSettings (Maybe AacVbrQuality) Source #

VBR Quality Level - Only used if rateControlMode is VBR.