| 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.Eac3PhaseControl
Description
Synopsis
- newtype Eac3PhaseControl where
- Eac3PhaseControl' { }
- pattern Eac3PhaseControl_NO_SHIFT :: Eac3PhaseControl
- pattern Eac3PhaseControl_SHIFT_90_DEGREES :: Eac3PhaseControl
Documentation
newtype Eac3PhaseControl Source #
Controls the amount of phase-shift applied to the surround channels. Only used for 3/2 coding mode.
Constructors
| Eac3PhaseControl' | |
Fields | |
Bundled Patterns
| pattern Eac3PhaseControl_NO_SHIFT :: Eac3PhaseControl | |
| pattern Eac3PhaseControl_SHIFT_90_DEGREES :: Eac3PhaseControl |