Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data AacSettings = AacSettings' {}
- newAacSettings :: AacSettings
- aacSettings_bitrate :: Lens' AacSettings (Maybe Double)
- aacSettings_codingMode :: Lens' AacSettings (Maybe AacCodingMode)
- aacSettings_inputType :: Lens' AacSettings (Maybe AacInputType)
- aacSettings_profile :: Lens' AacSettings (Maybe AacProfile)
- aacSettings_rateControlMode :: Lens' AacSettings (Maybe AacRateControlMode)
- aacSettings_rawFormat :: Lens' AacSettings (Maybe AacRawFormat)
- aacSettings_sampleRate :: Lens' AacSettings (Maybe Double)
- aacSettings_spec :: Lens' AacSettings (Maybe AacSpec)
- aacSettings_vbrQuality :: Lens' AacSettings (Maybe AacVbrQuality)
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: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_profile :: Lens' AacSettings (Maybe AacProfile) Source #
AAC Profile.
aacSettings_rateControlMode :: Lens' AacSettings (Maybe AacRateControlMode) Source #
Rate Control Mode.
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.