Class ScteHls
- java.lang.Object
-
- software.amazon.awssdk.services.mediapackagev2.model.ScteHls
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ScteHls.Builder,ScteHls>
@Generated("software.amazon.awssdk:codegen") public final class ScteHls extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScteHls.Builder,ScteHls>
The SCTE configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceScteHls.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AdMarkerHlsadMarkerHls()Ad markers indicate when ads should be inserted during playback.StringadMarkerHlsAsString()Ad markers indicate when ads should be inserted during playback.static ScteHls.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ScteHls.Builder>serializableBuilderClass()ScteHls.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
adMarkerHls
public 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,
adMarkerHlswill returnAdMarkerHls.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromadMarkerHlsAsString().- Returns:
- 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.
-
- See Also:
AdMarkerHls
-
-
adMarkerHlsAsString
public 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,
adMarkerHlswill returnAdMarkerHls.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromadMarkerHlsAsString().- Returns:
- 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.
-
- See Also:
AdMarkerHls
-
-
toBuilder
public ScteHls.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ScteHls.Builder,ScteHls>
-
builder
public static ScteHls.Builder builder()
-
serializableBuilderClass
public static Class<? extends ScteHls.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-