| 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.Vc3InterlaceMode
Description
Synopsis
- newtype Vc3InterlaceMode where
- Vc3InterlaceMode' { }
- pattern Vc3InterlaceMode_INTERLACED :: Vc3InterlaceMode
- pattern Vc3InterlaceMode_PROGRESSIVE :: Vc3InterlaceMode
Documentation
newtype Vc3InterlaceMode Source #
Optional. Choose the scan line type for this output. If you don't specify a value, MediaConvert will create a progressive output.
Constructors
| Vc3InterlaceMode' | |
Fields | |
Bundled Patterns
| pattern Vc3InterlaceMode_INTERLACED :: Vc3InterlaceMode | |
| pattern Vc3InterlaceMode_PROGRESSIVE :: Vc3InterlaceMode |