Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AacSettings = AacSettings' {}
- newAacSettings :: AacSettings
- aacSettings_rawFormat :: Lens' AacSettings (Maybe AacRawFormat)
- aacSettings_codingMode :: Lens' AacSettings (Maybe AacCodingMode)
- aacSettings_profile :: Lens' AacSettings (Maybe AacProfile)
- aacSettings_rateControlMode :: Lens' AacSettings (Maybe AacRateControlMode)
- aacSettings_sampleRate :: Lens' AacSettings (Maybe Double)
- aacSettings_spec :: Lens' AacSettings (Maybe AacSpec)
- aacSettings_bitrate :: Lens' AacSettings (Maybe Double)
- aacSettings_vbrQuality :: Lens' AacSettings (Maybe AacVbrQuality)
- aacSettings_inputType :: Lens' AacSettings (Maybe AacInputType)
Documentation
data AacSettings Source #
Aac Settings
See: newAacSettings
smart constructor.
AacSettings' | |
|
Instances
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:rawFormat:AacSettings'
, aacSettings_rawFormat
- Sets LATM / LOAS AAC output for raw containers.
$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:profile:AacSettings'
, aacSettings_profile
- AAC Profile.
$sel:rateControlMode:AacSettings'
, aacSettings_rateControlMode
- Rate Control Mode.
$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:bitrate:AacSettings'
, aacSettings_bitrate
- Average bitrate in bits/second. Valid values depend on rate control
mode and profile.
$sel:vbrQuality:AacSettings'
, aacSettings_vbrQuality
- VBR Quality Level - Only used if rateControlMode is VBR.
$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.
aacSettings_rawFormat :: Lens' AacSettings (Maybe AacRawFormat) Source #
Sets LATM / LOAS AAC output for raw containers.
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_profile :: Lens' AacSettings (Maybe AacProfile) Source #
AAC Profile.
aacSettings_rateControlMode :: Lens' AacSettings (Maybe AacRateControlMode) Source #
Rate Control Mode.
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_bitrate :: Lens' AacSettings (Maybe Double) Source #
Average bitrate in bits/second. Valid values depend on rate control mode and profile.
aacSettings_vbrQuality :: Lens' AacSettings (Maybe AacVbrQuality) Source #
VBR Quality Level - Only used if rateControlMode is VBR.
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.