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 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.
pattern InputPsiControl_IGNORE_PSI :: InputPsiControl | |
pattern InputPsiControl_USE_PSI :: InputPsiControl |