|
|
|
DLL_API signed char F_API FSOUND_GetCurrentLevels(
int channel,
F_FLOAT_API *l,
F_FLOAT_API *r
);
| channel | Channel number/handle to retrieve left and right level from. |
| l | Pointer to a floating point value to store left level, between 0 and 1. |
| r | Pointer to a floating point value to store right level, between 0 and 1. |