Previous Topic Index Next Topic
[API function]

FSOUND_Sample_GetLoopPoints

Returns the start and end positions of the specified sample loop
in SAMPLES (not bytes)

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

Parameters

sptr Pointer to the sample to get the loop point information from.
loopstart Pointer to value to be filled with the sample
s loop start point. Can be NULL. loopend
Pointer to value to be filled with the sample s loop end point. Can be NULL.

Return Value

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

Remarks

Passing NULL in any of these parameters will result in the value
being ignored.

See Also

FSOUND_Sample_SetDefaults , FSOUND_Sample_SetLoopMode , FSOUND_Sample_SetLoopPoints

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.