@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScteDash extends Object implements Serializable, Cloneable, StructuredPojo
The SCTE configuration.
| Constructor and Description |
|---|
ScteDash() |
| Modifier and Type | Method and Description |
|---|---|
ScteDash |
clone() |
boolean |
equals(Object obj) |
String |
getAdMarkerDash()
Choose how ad markers are included in the packaged content.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAdMarkerDash(String adMarkerDash)
Choose how ad markers are included in the packaged content.
|
String |
toString()
Returns a string representation of this object.
|
ScteDash |
withAdMarkerDash(AdMarkerDash adMarkerDash)
Choose how ad markers are included in the packaged content.
|
ScteDash |
withAdMarkerDash(String adMarkerDash)
Choose how ad markers are included in the packaged content.
|
public void setAdMarkerDash(String adMarkerDash)
Choose how ad markers are included in the packaged content. If you include ad markers in the content stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in the output.
Value description:
Binary - The SCTE-35 marker is expressed as a hex-string (Base64 string) rather than full XML.
XML - The SCTE marker is expressed fully in XML.
adMarkerDash - Choose how ad markers are included in the packaged content. If you include ad markers in the content
stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in
the output.
Value description:
Binary - The SCTE-35 marker is expressed as a hex-string (Base64 string) rather than full
XML.
XML - The SCTE marker is expressed fully in XML.
AdMarkerDashpublic String getAdMarkerDash()
Choose how ad markers are included in the packaged content. If you include ad markers in the content stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in the output.
Value description:
Binary - The SCTE-35 marker is expressed as a hex-string (Base64 string) rather than full XML.
XML - The SCTE marker is expressed fully in XML.
Value description:
Binary - The SCTE-35 marker is expressed as a hex-string (Base64 string) rather than full
XML.
XML - The SCTE marker is expressed fully in XML.
AdMarkerDashpublic ScteDash withAdMarkerDash(String adMarkerDash)
Choose how ad markers are included in the packaged content. If you include ad markers in the content stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in the output.
Value description:
Binary - The SCTE-35 marker is expressed as a hex-string (Base64 string) rather than full XML.
XML - The SCTE marker is expressed fully in XML.
adMarkerDash - Choose how ad markers are included in the packaged content. If you include ad markers in the content
stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in
the output.
Value description:
Binary - The SCTE-35 marker is expressed as a hex-string (Base64 string) rather than full
XML.
XML - The SCTE marker is expressed fully in XML.
AdMarkerDashpublic ScteDash withAdMarkerDash(AdMarkerDash adMarkerDash)
Choose how ad markers are included in the packaged content. If you include ad markers in the content stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in the output.
Value description:
Binary - The SCTE-35 marker is expressed as a hex-string (Base64 string) rather than full XML.
XML - The SCTE marker is expressed fully in XML.
adMarkerDash - Choose how ad markers are included in the packaged content. If you include ad markers in the content
stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in
the output.
Value description:
Binary - The SCTE-35 marker is expressed as a hex-string (Base64 string) rather than full
XML.
XML - The SCTE marker is expressed fully in XML.
AdMarkerDashpublic String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.