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 Mpeg2ParControl where
- Mpeg2ParControl' { }
- pattern Mpeg2ParControl_INITIALIZE_FROM_SOURCE :: Mpeg2ParControl
- pattern Mpeg2ParControl_SPECIFIED :: Mpeg2ParControl
Documentation
newtype Mpeg2ParControl Source #
Optional. Specify how the service determines the pixel aspect ratio (PAR) for this output. The default behavior, Follow source (INITIALIZE_FROM_SOURCE), uses the PAR from your input video for your output. To specify a different PAR in the console, choose any value other than Follow source. To specify a different PAR by editing the JSON job specification, choose SPECIFIED. When you choose SPECIFIED for this setting, you must also specify values for the parNumerator and parDenominator settings.
pattern Mpeg2ParControl_INITIALIZE_FROM_SOURCE :: Mpeg2ParControl | |
pattern Mpeg2ParControl_SPECIFIED :: Mpeg2ParControl |