@Generated(value="software.amazon.awssdk:codegen") public final class ScteHls extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScteHls.Builder,ScteHls>
The SCTE configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ScteHls.Builder |
| Modifier and Type | Method and Description |
|---|---|
AdMarkerHls |
adMarkerHls()
Ad markers indicate when ads should be inserted during playback.
|
String |
adMarkerHlsAsString()
Ad markers indicate when ads should be inserted during playback.
|
static ScteHls.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScteHls.Builder> |
serializableBuilderClass() |
ScteHls.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
If the service returns an enum value that is not available in the current SDK version, adMarkerHls will
return AdMarkerHls.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
adMarkerHlsAsString().
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 final String adMarkerHlsAsString()
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.
If the service returns an enum value that is not available in the current SDK version, adMarkerHls will
return AdMarkerHls.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
adMarkerHlsAsString().
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ScteHls.Builder,ScteHls>public static ScteHls.Builder builder()
public static Class<? extends ScteHls.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.