/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.
it_srtsettings TYPE /AWS1/CL_MDLSRTOUTPUTDSTSTGS=>TT___LISTOFSRTOUTPUTDSTSTGS TT___LISTOFSRTOUTPUTDSTSTGS¶
SRT settings for an SRT output; one destination for each redundant encoder.
it_logicalinterfacenames TYPE /AWS1/CL_MDL__LISTOF__STRING_W=>TT___LISTOF__STRING TT___LISTOF__STRING¶
Optional assignment of an output to a logical interface on the Node. Only applies to on premises channels.
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 |
SrtSettings¶
SRT settings for an SRT output; one destination for each redundant encoder.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SRTSETTINGS() |
Getter for SRTSETTINGS, with configurable default |
ASK_SRTSETTINGS() |
Getter for SRTSETTINGS w/ exceptions if field has no value |
HAS_SRTSETTINGS() |
Determine if SRTSETTINGS has a value |
LogicalInterfaceNames¶
Optional assignment of an output to a logical interface on the Node. Only applies to on premises channels.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGICALINTERFACENAMES() |
Getter for LOGICALINTERFACENAMES, with configurable default |
ASK_LOGICALINTERFACENAMES() |
Getter for LOGICALINTERFACENAMES w/ exceptions if field has |
HAS_LOGICALINTERFACENAMES() |
Determine if LOGICALINTERFACENAMES 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
.