[API function]
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 loop start point. Can be NULL.
|
loopend |
Pointer to value to be filled with the sample 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.
___________________
Supported on the following platforms : Win32, WinCE, Linux, Macintosh, XBox, PlayStation 2, GameCube
See Also
FSOUND_Sample_SetDefaults
,
FSOUND_Sample_SetDefaultsEx
,
FSOUND_Sample_SetLoopPoints
,
FSOUND_Sample_SetMode
This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Thu Dec 15 17:31:32 2005
by SourceDoc v0.10, the automated source code documenter.