[API function]
Returns a pointer to a NULL terminated string containing the sample's name.
char * F_API FSOUND_Sample_GetName(
FSOUND_SAMPLE *sptr
);
Parameters
sptr |
Pointer to the sample to get the name from.
|
Return Value
On success, the name of the sample is returned.
On failure, NULL is returned.
Remarks
The name may not always make sense. From a MOD file it contains the sample text entered
by the musician. For non descriptive file formats it just contains the filename.
This document copyright ©Firelight Multimedia, 1999-2001. All rights reserved.
Generated Thu Sep 13 00:18:09 2001
by SourceDoc v0.10, the automated source code documenter.