|
|
|
signed char F_API FSOUND_Sample_GetMinMaxDistance(
FSOUND_SAMPLE *sptr,
F_FLOAT_API *min,
F_FLOAT_API *max
);
| sptr | The sample to get minimum and maximum audible distance information from. |
| min | Pointer to value to be filled with the sample |
| s minimum volume distance. See remarks for more on units. | max |
| Pointer to value to be filled with the sample | s maximum volume distance. See remarks for more on units. |