/AWS1/CL_MDLAUDIOCHANNELMAP¶
Audio Channel Mapping
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_inputchannellevels TYPE /AWS1/CL_MDLINPUTCHANNELLEVEL=>TT___LISTOFINPUTCHANNELLEVEL TT___LISTOFINPUTCHANNELLEVEL¶
Indices and gain values for each input channel that should be remixed into this output channel.
iv_outputchannel TYPE /AWS1/MDL__INTEGERMIN0MAX7 /AWS1/MDL__INTEGERMIN0MAX7¶
The index of the output channel being produced.
Queryable Attributes¶
InputChannelLevels¶
Indices and gain values for each input channel that should be remixed into this output channel.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTCHANNELLEVELS() |
Getter for INPUTCHANNELLEVELS, with configurable default |
ASK_INPUTCHANNELLEVELS() |
Getter for INPUTCHANNELLEVELS w/ exceptions if field has no |
HAS_INPUTCHANNELLEVELS() |
Determine if INPUTCHANNELLEVELS has a value |
OutputChannel¶
The index of the output channel being produced.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTCHANNEL() |
Getter for OUTPUTCHANNEL, with configurable default |
ASK_OUTPUTCHANNEL() |
Getter for OUTPUTCHANNEL w/ exceptions if field has no value |
HAS_OUTPUTCHANNEL() |
Determine if OUTPUTCHANNEL 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___LISTOFAUDIOCHANNELMAPPING¶
TYPES TT___LISTOFAUDIOCHANNELMAPPING TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDLAUDIOCHANNELMAP WITH DEFAULT KEY
.