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 |
Amazonka.MediaConvert.Types.AacCodingMode
Description
Synopsis
- newtype AacCodingMode where
- AacCodingMode' { }
- pattern AacCodingMode_AD_RECEIVER_MIX :: AacCodingMode
- pattern AacCodingMode_CODING_MODE_1_0 :: AacCodingMode
- pattern AacCodingMode_CODING_MODE_1_1 :: AacCodingMode
- pattern AacCodingMode_CODING_MODE_2_0 :: AacCodingMode
- pattern AacCodingMode_CODING_MODE_5_1 :: AacCodingMode
Documentation
newtype AacCodingMode Source #
The Coding mode that you specify determines the number of audio channels and the audio channel layout metadata in your AAC output. Valid coding modes depend on the Rate control mode and Profile that you select. The following list shows the number of audio channels and channel layout for each coding mode. * 1.0 Audio Description (Receiver Mix): One channel, C. Includes audio description data from your stereo input. For more information see ETSI TS 101 154 Annex E. * 1.0 Mono: One channel, C. * 2.0 Stereo: Two channels, L, R. * 5.1 Surround: Five channels, C, L, R, Ls, Rs, LFE.
Constructors
AacCodingMode' | |
Fields |
Bundled Patterns
pattern AacCodingMode_AD_RECEIVER_MIX :: AacCodingMode | |
pattern AacCodingMode_CODING_MODE_1_0 :: AacCodingMode | |
pattern AacCodingMode_CODING_MODE_1_1 :: AacCodingMode | |
pattern AacCodingMode_CODING_MODE_2_0 :: AacCodingMode | |
pattern AacCodingMode_CODING_MODE_5_1 :: AacCodingMode |