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 M3u8Scte35Source where
- M3u8Scte35Source' { }
- pattern M3u8Scte35Source_NONE :: M3u8Scte35Source
- pattern M3u8Scte35Source_PASSTHROUGH :: M3u8Scte35Source
Documentation
newtype M3u8Scte35Source 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) if you don't want manifest conditioning. Choose Passthrough (PASSTHROUGH) and choose Ad markers (adMarkers) if you do want manifest conditioning. In both cases, also provide the ESAM XML as a string in the setting Signal processing notification XML (sccXml).
pattern M3u8Scte35Source_NONE :: M3u8Scte35Source | |
pattern M3u8Scte35Source_PASSTHROUGH :: M3u8Scte35Source |