Skip to content

/AWS1/CL_MDLOUTPUTDESTINATION

Placeholder documentation for OutputDestination

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ID TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

User-specified id. This is used in an output group or an output.

IT_MEDIAPACKAGESETTINGS TYPE /AWS1/CL_MDLMEDIAPACKAGEOUTD00=>TT___LSTOFMEDIAPACKAGEOUTDST00 TT___LSTOFMEDIAPACKAGEOUTDST00

Destination settings for a MediaPackage output; one destination for both encoders.

IO_MULTIPLEXSETTINGS TYPE REF TO /AWS1/CL_MDLMULTIPLEXPROGRAM00 /AWS1/CL_MDLMULTIPLEXPROGRAM00

Destination settings for a Multiplex output; one destination for both encoders.

IT_SETTINGS TYPE /AWS1/CL_MDLOUTPUTDSTSETTINGS=>TT___LISTOFOUTPUTDSTSETTINGS TT___LISTOFOUTPUTDSTSETTINGS

Destination settings for a standard output; one destination for each redundant encoder.


Queryable Attributes

Id

User-specified id. This is used in an output group or an output.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

MediaPackageSettings

Destination settings for a MediaPackage output; one destination for both encoders.

Accessible with the following methods

Method Description
GET_MEDIAPACKAGESETTINGS() Getter for MEDIAPACKAGESETTINGS, with configurable default
ASK_MEDIAPACKAGESETTINGS() Getter for MEDIAPACKAGESETTINGS w/ exceptions if field has n
HAS_MEDIAPACKAGESETTINGS() Determine if MEDIAPACKAGESETTINGS has a value

MultiplexSettings

Destination settings for a Multiplex output; one destination for both encoders.

Accessible with the following methods

Method Description
GET_MULTIPLEXSETTINGS() Getter for MULTIPLEXSETTINGS

Settings

Destination settings for a standard output; one destination for each redundant encoder.

Accessible with the following methods

Method Description
GET_SETTINGS() Getter for SETTINGS, with configurable default
ASK_SETTINGS() Getter for SETTINGS w/ exceptions if field has no value
HAS_SETTINGS() Determine if SETTINGS has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT___LISTOFOUTPUTDESTINATION

TYPES TT___LISTOFOUTPUTDESTINATION TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDLOUTPUTDESTINATION WITH DEFAULT KEY
.