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.EsamSignalProcessingNotification
Description
Documentation
data EsamSignalProcessingNotification Source #
ESAM SignalProcessingNotification data defined by OC-SP-ESAM-API-I03-131025.
See: newEsamSignalProcessingNotification
smart constructor.
Constructors
EsamSignalProcessingNotification' | |
Fields
|
Instances
newEsamSignalProcessingNotification :: EsamSignalProcessingNotification Source #
Create a value of EsamSignalProcessingNotification
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sccXml:EsamSignalProcessingNotification'
, esamSignalProcessingNotification_sccXml
- Provide your ESAM SignalProcessingNotification XML document inside your
JSON job settings. Form the XML document as per
OC-SP-ESAM-API-I03-131025. The transcoder will use the signal processing
instructions in the message that you supply. Provide your ESAM
SignalProcessingNotification XML document inside your JSON job settings.
For your MPEG2-TS file outputs, if you want the service to place SCTE-35
markers at the insertion points you specify in the XML document, you
must also enable SCTE-35 ESAM (scte35Esam). Note that you can either
specify an ESAM XML document or enable SCTE-35 passthrough. You can't
do both.
esamSignalProcessingNotification_sccXml :: Lens' EsamSignalProcessingNotification (Maybe Text) Source #
Provide your ESAM SignalProcessingNotification XML document inside your JSON job settings. Form the XML document as per OC-SP-ESAM-API-I03-131025. The transcoder will use the signal processing instructions in the message that you supply. Provide your ESAM SignalProcessingNotification XML document inside your JSON job settings. For your MPEG2-TS file outputs, if you want the service to place SCTE-35 markers at the insertion points you specify in the XML document, you must also enable SCTE-35 ESAM (scte35Esam). Note that you can either specify an ESAM XML document or enable SCTE-35 passthrough. You can't do both.