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 |
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.
pattern Vc3InterlaceMode_INTERLACED :: Vc3InterlaceMode | |
pattern Vc3InterlaceMode_PROGRESSIVE :: Vc3InterlaceMode |