Skip to content

/AWS1/CL_MDICLIPPINGCONFIG

A type of OutputConfig, used when the output in a feed is for the clip feature.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_callbackmetadata TYPE /AWS1/MDIRESOURCEDESCRIPTION /AWS1/MDIRESOURCEDESCRIPTION

A string that you want Elemental Inference to always include in the event clipping metadata for this output. The string might identify the sports event in the source media, for example.

io_datasourceconfiguration TYPE REF TO /AWS1/CL_MDIDATASOURCECONF /AWS1/CL_MDIDATASOURCECONF

The data source to map onto this clipping output. This parameter is optional. When you include this parameter, Elemental Inference reads the event data for the fixture that you specify, and includes that data in the event clipping metadata for this output.

If you omit this parameter, Elemental Inference doesn't map a data source onto this output.


Queryable Attributes

callbackMetadata

A string that you want Elemental Inference to always include in the event clipping metadata for this output. The string might identify the sports event in the source media, for example.

Accessible with the following methods

Method Description
GET_CALLBACKMETADATA() Getter for CALLBACKMETADATA, with configurable default
ASK_CALLBACKMETADATA() Getter for CALLBACKMETADATA w/ exceptions if field has no va
HAS_CALLBACKMETADATA() Determine if CALLBACKMETADATA has a value

dataSourceConfiguration

The data source to map onto this clipping output. This parameter is optional. When you include this parameter, Elemental Inference reads the event data for the fixture that you specify, and includes that data in the event clipping metadata for this output.

If you omit this parameter, Elemental Inference doesn't map a data source onto this output.

Accessible with the following methods

Method Description
GET_DATASOURCECONFIGURATION() Getter for DATASOURCECONFIGURATION