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 |
Amazonka.MediaConvert.Types.Eac3BitstreamMode
Description
Synopsis
- newtype Eac3BitstreamMode where
- Eac3BitstreamMode' { }
- pattern Eac3BitstreamMode_COMMENTARY :: Eac3BitstreamMode
- pattern Eac3BitstreamMode_COMPLETE_MAIN :: Eac3BitstreamMode
- pattern Eac3BitstreamMode_EMERGENCY :: Eac3BitstreamMode
- pattern Eac3BitstreamMode_HEARING_IMPAIRED :: Eac3BitstreamMode
- pattern Eac3BitstreamMode_VISUALLY_IMPAIRED :: Eac3BitstreamMode
Documentation
newtype Eac3BitstreamMode Source #
Specify the bitstream mode for the E-AC-3 stream that the encoder emits. For more information about the EAC3 bitstream mode, see ATSC A/52-2012 (Annex E).
Constructors
Eac3BitstreamMode' | |
Fields |
Bundled Patterns
pattern Eac3BitstreamMode_COMMENTARY :: Eac3BitstreamMode | |
pattern Eac3BitstreamMode_COMPLETE_MAIN :: Eac3BitstreamMode | |
pattern Eac3BitstreamMode_EMERGENCY :: Eac3BitstreamMode | |
pattern Eac3BitstreamMode_HEARING_IMPAIRED :: Eac3BitstreamMode | |
pattern Eac3BitstreamMode_VISUALLY_IMPAIRED :: Eac3BitstreamMode |