|   |       | 
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 | 
| s default frequency. Can be NULL. | defvol | 
| Pointer to value to be filled with the sample | s default volume. Can be NULL. | 
| defpan | Pointer to value to be filled with the sample | 
| s default pan. Can be NULL. | defpri | 
| Pointer to value to be filled with the sample | s default priority. Can be NULL. |