signed char F_API FSOUND_SetLevels(
int channel,
int frontleft,
int center,
int frontright,
int backleft,
int backright,
int lfe
);
channel | The channel number/handle to change the output levels for. FSOUND_ALL and FSOUND_SYSTEMCHANNEL can also be used (see remarks) |
frontleft | Value from 0 to 255 inclusive, specifying a linear level for the front left speaker. |
center | Value from 0 to 255 inclusive, specifying a linear level for the center. |
frontright | Value from 0 to 255 inclusive, specifying a linear level for the front right speaker. |
backleft | Value from 0 to 255 inclusive, specifying a linear level for the back left speaker. |
backright | Value from 0 to 255 inclusive, specifying a linear level for the back right speaker. |
lfe | Value from 0 to 255 inclusive, specifying a linear level for the subwoofer speaker. |