signed char F_API FSOUND_Sample_GetDefaultsEx(
FSOUND_SAMPLE *sptr,
int *deffreq,
int *defvol,
int *defpan,
int *defpri,
int *varfreq,
int *varvol,
int *varpan
);
sptr | Pointer to the sample to get the default information from. |
deffreq | Pointer to value to be filled with the sample default frequency. Can be NULL. |
defvol | Pointer to value to be filled with the sample default volume. Can be NULL. |
defpan | Pointer to value to be filled with the sample default pan. Can be NULL. |
defpri | Pointer to value to be filled with the sample default priority. Can be NULL. |
varfreq | Pointer to value to be filled with the sample random frequency variance. Can be NULL. |
varvol | Pointer to value to be filled with the sample random volume variance. Can be NULL. |
varpan | Pointer to value to be filled with the sample random pan variance. Can be NULL. |