| 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.CmfcKlvMetadata
Description
Synopsis
- newtype CmfcKlvMetadata where
- CmfcKlvMetadata' { }
- pattern CmfcKlvMetadata_NONE :: CmfcKlvMetadata
- pattern CmfcKlvMetadata_PASSTHROUGH :: CmfcKlvMetadata
Documentation
newtype CmfcKlvMetadata Source #
To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough. MediaConvert reads KLV metadata present in your input and writes each instance to a separate event message box in the output, according to MISB ST1910.1. To exclude this KLV metadata: Set KLV metadata insertion to None or leave blank.
Constructors
| CmfcKlvMetadata' | |
Fields | |
Bundled Patterns
| pattern CmfcKlvMetadata_NONE :: CmfcKlvMetadata | |
| pattern CmfcKlvMetadata_PASSTHROUGH :: CmfcKlvMetadata |