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 |
Documentation
data EsamSignalProcessingNotification Source #
ESAM SignalProcessingNotification data defined by OC-SP-ESAM-API-I03-131025.
See: newEsamSignalProcessingNotification
smart constructor.
EsamSignalProcessingNotification' | |
|
Instances
Eq EsamSignalProcessingNotification Source # | |
Read EsamSignalProcessingNotification Source # | |
Show EsamSignalProcessingNotification Source # | |
Generic EsamSignalProcessingNotification Source # | |
NFData EsamSignalProcessingNotification Source # | |
Hashable EsamSignalProcessingNotification Source # | |
ToJSON EsamSignalProcessingNotification Source # | |
FromJSON EsamSignalProcessingNotification Source # | |
type Rep EsamSignalProcessingNotification Source # | |
Defined in Amazonka.MediaConvert.Types.EsamSignalProcessingNotification type Rep EsamSignalProcessingNotification = D1 ('MetaData "EsamSignalProcessingNotification" "Amazonka.MediaConvert.Types.EsamSignalProcessingNotification" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "EsamSignalProcessingNotification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sccXml") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
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.