Class: Aws::MediaConvert::Types::EsamSignalProcessingNotification
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::EsamSignalProcessingNotification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
ESAM SignalProcessingNotification data defined by OC-SP-ESAM-API-I03-131025.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scc_xml ⇒ String
Provide your ESAM SignalProcessingNotification XML document inside your JSON job settings.
Instance Attribute Details
#scc_xml ⇒ String
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. 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. Note that you can either specify an ESAM XML document or enable SCTE-35 passthrough. You can’t do both.
4876 4877 4878 4879 4880 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4876 class EsamSignalProcessingNotification < Struct.new( :scc_xml) SENSITIVE = [] include Aws::Structure end |