/AWS1/CL_MDLOUTPUTGROUP¶
Output groups for this Live Event. Output groups contain information about where streams should be distributed.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_outputgroupsettings TYPE REF TO /AWS1/CL_MDLOUTPUTGROUPSTGS /AWS1/CL_MDLOUTPUTGROUPSTGS¶
Settings associated with the output group.
it_outputs TYPE /AWS1/CL_MDLOUTPUT=>TT___LISTOFOUTPUT TT___LISTOFOUTPUT¶
Placeholder documentation for __listOfOutput
Optional arguments:¶
iv_name TYPE /AWS1/MDL__STRINGMAX32 /AWS1/MDL__STRINGMAX32¶
Custom output group name optionally defined by the user.
Queryable Attributes¶
Name¶
Custom output group name optionally defined by the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
OutputGroupSettings¶
Settings associated with the output group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTGROUPSETTINGS() |
Getter for OUTPUTGROUPSETTINGS |
Outputs¶
Placeholder documentation for __listOfOutput
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTS() |
Getter for OUTPUTS, with configurable default |
ASK_OUTPUTS() |
Getter for OUTPUTS w/ exceptions if field has no value |
HAS_OUTPUTS() |
Determine if OUTPUTS 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___LISTOFOUTPUTGROUP¶
TYPES TT___LISTOFOUTPUTGROUP TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDLOUTPUTGROUP WITH DEFAULT KEY
.