/AWS1/CL_MDLOUTPUT¶
Output settings. There can be multiple outputs within a group.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IO_OUTPUTSETTINGS
TYPE REF TO /AWS1/CL_MDLOUTPUTSETTINGS
/AWS1/CL_MDLOUTPUTSETTINGS
¶
Output type-specific settings.
Optional arguments:¶
IT_AUDIODESCRIPTIONNAMES
TYPE /AWS1/CL_MDL__LISTOF__STRING_W=>TT___LISTOF__STRING
TT___LISTOF__STRING
¶
The names of the AudioDescriptions used as audio sources for this output.
IT_CAPTIONDESCRIPTIONNAMES
TYPE /AWS1/CL_MDL__LISTOF__STRING_W=>TT___LISTOF__STRING
TT___LISTOF__STRING
¶
The names of the CaptionDescriptions used as caption sources for this output.
IV_OUTPUTNAME
TYPE /AWS1/MDL__STRINGMIN1MAX255
/AWS1/MDL__STRINGMIN1MAX255
¶
The name used to identify an output.
IV_VIDEODESCRIPTIONNAME
TYPE /AWS1/MDL__STRING
/AWS1/MDL__STRING
¶
The name of the VideoDescription used as the source for this output.
Queryable Attributes¶
AudioDescriptionNames¶
The names of the AudioDescriptions used as audio sources for this output.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AUDIODESCRIPTIONNAMES() |
Getter for AUDIODESCRIPTIONNAMES, with configurable default |
ASK_AUDIODESCRIPTIONNAMES() |
Getter for AUDIODESCRIPTIONNAMES w/ exceptions if field has |
HAS_AUDIODESCRIPTIONNAMES() |
Determine if AUDIODESCRIPTIONNAMES has a value |
CaptionDescriptionNames¶
The names of the CaptionDescriptions used as caption sources for this output.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CAPTIONDESCRIPTIONNAMES() |
Getter for CAPTIONDESCRIPTIONNAMES, with configurable defaul |
ASK_CAPTIONDESCRIPTIONNAMES() |
Getter for CAPTIONDESCRIPTIONNAMES w/ exceptions if field ha |
HAS_CAPTIONDESCRIPTIONNAMES() |
Determine if CAPTIONDESCRIPTIONNAMES has a value |
OutputName¶
The name used to identify an output.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OUTPUTNAME() |
Getter for OUTPUTNAME, with configurable default |
ASK_OUTPUTNAME() |
Getter for OUTPUTNAME w/ exceptions if field has no value |
HAS_OUTPUTNAME() |
Determine if OUTPUTNAME has a value |
OutputSettings¶
Output type-specific settings.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OUTPUTSETTINGS() |
Getter for OUTPUTSETTINGS |
VideoDescriptionName¶
The name of the VideoDescription used as the source for this output.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VIDEODESCRIPTIONNAME() |
Getter for VIDEODESCRIPTIONNAME, with configurable default |
ASK_VIDEODESCRIPTIONNAME() |
Getter for VIDEODESCRIPTIONNAME w/ exceptions if field has n |
HAS_VIDEODESCRIPTIONNAME() |
Determine if VIDEODESCRIPTIONNAME 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___LISTOFOUTPUT
¶
TYPES TT___LISTOFOUTPUT TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDLOUTPUT WITH DEFAULT KEY
.