Previous Topic Index Next Topic
[API function]

FSOUND_Sample_SetLoopPoints

Sets a sample's loop points, specified in SAMPLES, not bytes.

signed char F_API FSOUND_Sample_SetLoopPoints(
FSOUND_SAMPLE *sptr,
int loopstart,
int loopend
);

Parameters

sptr Pointer to the sample to have its loop points set.
loopstart The starting position of the sample loop
loopend The end position of the sample loop

Return Value

On success, TRUE is returned.
On failure, FALSE is returned.

Remarks

See Also

FSOUND_Sample_Alloc , FSOUND_Sample_GetLoopPoints , FSOUND_Sample_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.