[API function]
Sets a sample's loop mode. This can be FSOUND_LOOP_OFF,FSOUND_LOOP_NORMAL or
FSOUND_LOOP_BIDI.
signed char F_API FSOUND_Sample_SetLoopMode(
FSOUND_SAMPLE *sptr,
unsigned int loopmode
);
Parameters
sptr |
Pointer to the sample that needs its loop points set.
|
loopmode |
The loop mode to set.
|
Return Value
On success, TRUE is returned.
On failure, FALSE is returned.
Remarks
See Also
FSOUND_MODES
,
FSOUND_Sample_GetLoopPoints
,
FSOUND_Sample_GetMode
,
FSOUND_Sample_SetDefaults
,
FSOUND_Sample_SetLoopPoints
,
FSOUND_SetLoopMode
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.