| 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.AacRawFormat
Description
Synopsis
- newtype AacRawFormat where
- AacRawFormat' { }
- pattern AacRawFormat_LATM_LOAS :: AacRawFormat
- pattern AacRawFormat_NONE :: AacRawFormat
Documentation
newtype AacRawFormat Source #
Enables LATM/LOAS AAC output. Note that if you use LATM/LOAS AAC in an output, you must choose "No container" for the output container.
Constructors
| AacRawFormat' | |
Fields | |
Bundled Patterns
| pattern AacRawFormat_LATM_LOAS :: AacRawFormat | |
| pattern AacRawFormat_NONE :: AacRawFormat |