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 Vp9ParControl where
- Vp9ParControl' { }
- pattern Vp9ParControl_INITIALIZE_FROM_SOURCE :: Vp9ParControl
- pattern Vp9ParControl_SPECIFIED :: Vp9ParControl
Documentation
newtype Vp9ParControl 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 Vp9ParControl_INITIALIZE_FROM_SOURCE :: Vp9ParControl | |
pattern Vp9ParControl_SPECIFIED :: Vp9ParControl |