signed char F_API FSOUND_Sample_GetDefaults(
FSOUND_SAMPLE *sptr,
int *deffreq,
int *defvol,
int *defpan,
int *defpri
);
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. |