/AWS1/CL_MDLINPUTCHANNELLEVEL¶
Input Channel Level
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_gain TYPE /AWS1/MDL__INTEGERMINNEG60MAX6 /AWS1/MDL__INTEGERMINNEG60MAX6¶
Remixing value. Units are in dB and acceptable values are within the range from -60 (mute) and 6 dB.
iv_inputchannel TYPE /AWS1/MDL__INTEGERMIN0MAX15 /AWS1/MDL__INTEGERMIN0MAX15¶
The index of the input channel used as a source.
Queryable Attributes¶
Gain¶
Remixing value. Units are in dB and acceptable values are within the range from -60 (mute) and 6 dB.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GAIN() |
Getter for GAIN, with configurable default |
ASK_GAIN() |
Getter for GAIN w/ exceptions if field has no value |
HAS_GAIN() |
Determine if GAIN has a value |
InputChannel¶
The index of the input channel used as a source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTCHANNEL() |
Getter for INPUTCHANNEL, with configurable default |
ASK_INPUTCHANNEL() |
Getter for INPUTCHANNEL w/ exceptions if field has no value |
HAS_INPUTCHANNEL() |
Determine if INPUTCHANNEL 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___LISTOFINPUTCHANNELLEVEL¶
TYPES TT___LISTOFINPUTCHANNELLEVEL TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDLINPUTCHANNELLEVEL WITH DEFAULT KEY
.