Skip to content

/AWS1/CL_MD2SCTEDASH

The SCTE configuration.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_admarkerdash TYPE /AWS1/MD2ADMARKERDASH /AWS1/MD2ADMARKERDASH

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.

iv_scteinmanifests TYPE /AWS1/MD2SCTEINMANIFESTS /AWS1/MD2SCTEINMANIFESTS

Controls which SCTE-35 events appear in DASH manifests. ALL includes all non-implicit SCTE-35 events. MATCHES_FILTER includes only events whose type matches the configured ScteFilter.

If you don't specify a value, the default is ALL.


Queryable Attributes

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.

Accessible with the following methods

Method Description
GET_ADMARKERDASH() Getter for ADMARKERDASH, with configurable default
ASK_ADMARKERDASH() Getter for ADMARKERDASH w/ exceptions if field has no value
HAS_ADMARKERDASH() Determine if ADMARKERDASH has a value

ScteInManifests

Controls which SCTE-35 events appear in DASH manifests. ALL includes all non-implicit SCTE-35 events. MATCHES_FILTER includes only events whose type matches the configured ScteFilter.

If you don't specify a value, the default is ALL.

Accessible with the following methods

Method Description
GET_SCTEINMANIFESTS() Getter for SCTEINMANIFESTS, with configurable default
ASK_SCTEINMANIFESTS() Getter for SCTEINMANIFESTS w/ exceptions if field has no val
HAS_SCTEINMANIFESTS() Determine if SCTEINMANIFESTS has a value