@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EsamSignalProcessingNotification extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
EsamSignalProcessingNotification() |
Modifier and Type | Method and Description |
---|---|
EsamSignalProcessingNotification |
clone() |
boolean |
equals(Object obj) |
String |
getSccXml()
Provide your ESAM SignalProcessingNotification XML document inside your JSON job settings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSccXml(String sccXml)
Provide your ESAM SignalProcessingNotification XML document inside your JSON job settings.
|
String |
toString()
Returns a string representation of this object.
|
EsamSignalProcessingNotification |
withSccXml(String sccXml)
Provide your ESAM SignalProcessingNotification XML document inside your JSON job settings.
|
public void setSccXml(String sccXml)
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. 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.public String getSccXml()
public EsamSignalProcessingNotification withSccXml(String sccXml)
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. 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.public String toString()
toString
in class Object
Object.toString()
public EsamSignalProcessingNotification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.