| 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.Mpeg2Syntax
Description
Synopsis
- newtype Mpeg2Syntax where
- Mpeg2Syntax' { }
- pattern Mpeg2Syntax_DEFAULT :: Mpeg2Syntax
- pattern Mpeg2Syntax_D_10 :: Mpeg2Syntax
Documentation
newtype Mpeg2Syntax Source #
Specify whether this output's video uses the D10 syntax. Keep the default value to not use the syntax. Related settings: When you choose D10 (D_10) for your MXF profile (profile), you must also set this value to D10 (D_10).
Constructors
| Mpeg2Syntax' | |
Fields | |
Bundled Patterns
| pattern Mpeg2Syntax_DEFAULT :: Mpeg2Syntax | |
| pattern Mpeg2Syntax_D_10 :: Mpeg2Syntax |