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 M2tsScte35Source where
- M2tsScte35Source' { }
- pattern M2tsScte35Source_NONE :: M2tsScte35Source
- pattern M2tsScte35Source_PASSTHROUGH :: M2tsScte35Source
Documentation
newtype M2tsScte35Source Source #
For SCTE-35 markers from your input-- Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None (NONE) if you don't want SCTE-35 markers in this output. For SCTE-35 markers from an ESAM XML document-- Choose None (NONE). Also provide the ESAM XML as a string in the setting Signal processing notification XML (sccXml). Also enable ESAM SCTE-35 (include the property scte35Esam).
pattern M2tsScte35Source_NONE :: M2tsScte35Source | |
pattern M2tsScte35Source_PASSTHROUGH :: M2tsScte35Source |