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 |
Synopsis
- newtype VchipAction where
- VchipAction' { }
- pattern VchipAction_PASSTHROUGH :: VchipAction
- pattern VchipAction_STRIP :: VchipAction
Documentation
newtype VchipAction Source #
The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.
pattern VchipAction_PASSTHROUGH :: VchipAction | |
pattern VchipAction_STRIP :: VchipAction |