/AWS1/CL_MDLREMIXSETTINGS¶
Remix Settings
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_channelmappings TYPE /AWS1/CL_MDLAUDIOCHANNELMAP=>TT___LISTOFAUDIOCHANNELMAPPING TT___LISTOFAUDIOCHANNELMAPPING¶
Mapping of input channels to output channels, with appropriate gain adjustments.
Optional arguments:¶
iv_channelsin TYPE /AWS1/MDL__INTEGERMIN1MAX16 /AWS1/MDL__INTEGERMIN1MAX16¶
Number of input channels to be used.
iv_channelsout TYPE /AWS1/MDL__INTEGERMIN1MAX8 /AWS1/MDL__INTEGERMIN1MAX8¶
Number of output channels to be produced. Valid values: 1, 2, 4, 6, 8
Queryable Attributes¶
ChannelMappings¶
Mapping of input channels to output channels, with appropriate gain adjustments.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNELMAPPINGS() |
Getter for CHANNELMAPPINGS, with configurable default |
ASK_CHANNELMAPPINGS() |
Getter for CHANNELMAPPINGS w/ exceptions if field has no val |
HAS_CHANNELMAPPINGS() |
Determine if CHANNELMAPPINGS has a value |
ChannelsIn¶
Number of input channels to be used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNELSIN() |
Getter for CHANNELSIN, with configurable default |
ASK_CHANNELSIN() |
Getter for CHANNELSIN w/ exceptions if field has no value |
HAS_CHANNELSIN() |
Determine if CHANNELSIN has a value |
ChannelsOut¶
Number of output channels to be produced. Valid values: 1, 2, 4, 6, 8
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNELSOUT() |
Getter for CHANNELSOUT, with configurable default |
ASK_CHANNELSOUT() |
Getter for CHANNELSOUT w/ exceptions if field has no value |
HAS_CHANNELSOUT() |
Determine if CHANNELSOUT has a value |