Interface ScteDash.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ScteDash.Builder,,ScteDash> SdkBuilder<ScteDash.Builder,,ScteDash> SdkPojo
- Enclosing class:
ScteDash
-
Method Summary
Modifier and TypeMethodDescriptionadMarkerDash(String adMarkerDash) Choose how ad markers are included in the packaged content.adMarkerDash(AdMarkerDash adMarkerDash) Choose how ad markers are included in the packaged content.scteInManifests(String scteInManifests) Controls which SCTE-35 events appear in DASH manifests.scteInManifests(ScteInManifests scteInManifests) Controls which SCTE-35 events appear in DASH manifests.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
scteInManifests
Controls which SCTE-35 events appear in DASH manifests.
ALLincludes all non-implicit SCTE-35 events.MATCHES_FILTERincludes only events whose type matches the configuredScteFilter.If you don't specify a value, the default is
ALL.- Parameters:
scteInManifests- Controls which SCTE-35 events appear in DASH manifests.ALLincludes all non-implicit SCTE-35 events.MATCHES_FILTERincludes only events whose type matches the configuredScteFilter.If you don't specify a value, the default is
ALL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scteInManifests
Controls which SCTE-35 events appear in DASH manifests.
ALLincludes all non-implicit SCTE-35 events.MATCHES_FILTERincludes only events whose type matches the configuredScteFilter.If you don't specify a value, the default is
ALL.- Parameters:
scteInManifests- Controls which SCTE-35 events appear in DASH manifests.ALLincludes all non-implicit SCTE-35 events.MATCHES_FILTERincludes only events whose type matches the configuredScteFilter.If you don't specify a value, the default is
ALL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-