@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CmfcSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
CmfcSettings() |
| Modifier and Type | Method and Description |
|---|---|
CmfcSettings |
clone() |
boolean |
equals(Object obj) |
String |
getScte35Esam()
Use this setting only when you specify SCTE-35 markers from ESAM.
|
String |
getScte35Source()
Ignore this setting unless you have SCTE-35 markers in your input video file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setScte35Esam(String scte35Esam)
Use this setting only when you specify SCTE-35 markers from ESAM.
|
void |
setScte35Source(String scte35Source)
Ignore this setting unless you have SCTE-35 markers in your input video file.
|
String |
toString()
Returns a string representation of this object.
|
CmfcSettings |
withScte35Esam(CmfcScte35Esam scte35Esam)
Use this setting only when you specify SCTE-35 markers from ESAM.
|
CmfcSettings |
withScte35Esam(String scte35Esam)
Use this setting only when you specify SCTE-35 markers from ESAM.
|
CmfcSettings |
withScte35Source(CmfcScte35Source scte35Source)
Ignore this setting unless you have SCTE-35 markers in your input video file.
|
CmfcSettings |
withScte35Source(String scte35Source)
Ignore this setting unless you have SCTE-35 markers in your input video file.
|
public void setScte35Esam(String scte35Esam)
scte35Esam - Use this setting only when you specify SCTE-35 markers from ESAM. Choose INSERT to put SCTE-35 markers in
this output at the insertion points that you specify in an ESAM XML document. Provide the document in the
setting SCC XML (sccXml).CmfcScte35Esampublic String getScte35Esam()
CmfcScte35Esampublic CmfcSettings withScte35Esam(String scte35Esam)
scte35Esam - Use this setting only when you specify SCTE-35 markers from ESAM. Choose INSERT to put SCTE-35 markers in
this output at the insertion points that you specify in an ESAM XML document. Provide the document in the
setting SCC XML (sccXml).CmfcScte35Esampublic CmfcSettings withScte35Esam(CmfcScte35Esam scte35Esam)
scte35Esam - Use this setting only when you specify SCTE-35 markers from ESAM. Choose INSERT to put SCTE-35 markers in
this output at the insertion points that you specify in an ESAM XML document. Provide the document in the
setting SCC XML (sccXml).CmfcScte35Esampublic void setScte35Source(String scte35Source)
scte35Source - Ignore this setting unless you have SCTE-35 markers in your input video file. 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 those SCTE-35 markers in this output.CmfcScte35Sourcepublic String getScte35Source()
CmfcScte35Sourcepublic CmfcSettings withScte35Source(String scte35Source)
scte35Source - Ignore this setting unless you have SCTE-35 markers in your input video file. 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 those SCTE-35 markers in this output.CmfcScte35Sourcepublic CmfcSettings withScte35Source(CmfcScte35Source scte35Source)
scte35Source - Ignore this setting unless you have SCTE-35 markers in your input video file. 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 those SCTE-35 markers in this output.CmfcScte35Sourcepublic String toString()
toString in class ObjectObject.toString()public CmfcSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.