| 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.InputPsiControl
Description
Synopsis
- newtype InputPsiControl where
- InputPsiControl' { }
- pattern InputPsiControl_IGNORE_PSI :: InputPsiControl
- pattern InputPsiControl_USE_PSI :: InputPsiControl
Documentation
newtype InputPsiControl Source #
Set PSI control (InputPsiControl) for transport stream inputs to specify which data the demux process to scans. * Ignore PSI - Scan all PIDs for audio and video. * Use PSI - Scan only PSI data.
Constructors
| InputPsiControl' | |
Fields | |
Bundled Patterns
| pattern InputPsiControl_IGNORE_PSI :: InputPsiControl | |
| pattern InputPsiControl_USE_PSI :: InputPsiControl |