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 |
Amazonka.MediaConvert.Types.VchipAction
Description
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.
Constructors
VchipAction' | |
Fields |
Bundled Patterns
pattern VchipAction_PASSTHROUGH :: VchipAction | |
pattern VchipAction_STRIP :: VchipAction |