/AWS1/CL_MDLAUDIOFEEDINPUT¶
Maps an audio selector in the channel to a feed input on the associated Elemental Inference feed.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_audioselectorname TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
The name of the audio selector in the channel that will be sent to the Elemental Inference feed input.
iv_feedinput TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
The name of the feed input on the Elemental Inference feed that will receive the audio from the specified audio selector.
Queryable Attributes¶
AudioSelectorName¶
The name of the audio selector in the channel that will be sent to the Elemental Inference feed input.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUDIOSELECTORNAME() |
Getter for AUDIOSELECTORNAME, with configurable default |
ASK_AUDIOSELECTORNAME() |
Getter for AUDIOSELECTORNAME w/ exceptions if field has no v |
HAS_AUDIOSELECTORNAME() |
Determine if AUDIOSELECTORNAME has a value |
FeedInput¶
The name of the feed input on the Elemental Inference feed that will receive the audio from the specified audio selector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FEEDINPUT() |
Getter for FEEDINPUT, with configurable default |
ASK_FEEDINPUT() |
Getter for FEEDINPUT w/ exceptions if field has no value |
HAS_FEEDINPUT() |
Determine if FEEDINPUT 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___LISTOFAUDIOFEEDINPUT¶
TYPES TT___LISTOFAUDIOFEEDINPUT TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDLAUDIOFEEDINPUT WITH DEFAULT KEY
.