@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScteHls extends Object implements Serializable, Cloneable, StructuredPojo
The SCTE configuration.
| Constructor and Description | 
|---|
| ScteHls() | 
| Modifier and Type | Method and Description | 
|---|---|
| ScteHls | clone() | 
| boolean | equals(Object obj) | 
| String | getAdMarkerHls()
 Ad markers indicate when ads should be inserted during playback. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setAdMarkerHls(String adMarkerHls)
 Ad markers indicate when ads should be inserted during playback. | 
| String | toString()Returns a string representation of this object. | 
| ScteHls | withAdMarkerHls(AdMarkerHls adMarkerHls)
 Ad markers indicate when ads should be inserted during playback. | 
| ScteHls | withAdMarkerHls(String adMarkerHls)
 Ad markers indicate when ads should be inserted during playback. | 
public void setAdMarkerHls(String adMarkerHls)
Ad markers indicate when ads should be inserted during playback. 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. Choose what you want MediaPackage to do with the ad markers.
Value description:
DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see SCTE-35 Ad Marker EXT-X-DATERANGE.
adMarkerHls - Ad markers indicate when ads should be inserted during playback. 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. Choose what you want MediaPackage to do with the ad markers.
        Value description:
DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see SCTE-35 Ad Marker EXT-X-DATERANGE.
AdMarkerHlspublic String getAdMarkerHls()
Ad markers indicate when ads should be inserted during playback. 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. Choose what you want MediaPackage to do with the ad markers.
Value description:
DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see SCTE-35 Ad Marker EXT-X-DATERANGE.
Value description:
DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see SCTE-35 Ad Marker EXT-X-DATERANGE.
AdMarkerHlspublic ScteHls withAdMarkerHls(String adMarkerHls)
Ad markers indicate when ads should be inserted during playback. 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. Choose what you want MediaPackage to do with the ad markers.
Value description:
DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see SCTE-35 Ad Marker EXT-X-DATERANGE.
adMarkerHls - Ad markers indicate when ads should be inserted during playback. 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. Choose what you want MediaPackage to do with the ad markers.
        Value description:
DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see SCTE-35 Ad Marker EXT-X-DATERANGE.
AdMarkerHlspublic ScteHls withAdMarkerHls(AdMarkerHls adMarkerHls)
Ad markers indicate when ads should be inserted during playback. 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. Choose what you want MediaPackage to do with the ad markers.
Value description:
DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see SCTE-35 Ad Marker EXT-X-DATERANGE.
adMarkerHls - Ad markers indicate when ads should be inserted during playback. 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. Choose what you want MediaPackage to do with the ad markers.
        Value description:
DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see SCTE-35 Ad Marker EXT-X-DATERANGE.
AdMarkerHlspublic 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.