[API function]
Removes a user synchronization callback point from a stream.
DLL_API signed char F_API FSOUND_Stream_DeleteSynchPoint(
FSOUND_STREAM *stream,
int index
);
Parameters
stream |
The stream to remove the synch point from.
|
index |
The index to delete.
|
Return Value
On success, TRUE is returned.
On failure, FALSE is returned.
Remarks
The index is not nescessarily in order of playback. Use the return value from FSOUND_Stream_AddSynchPoint.
___________________
Supported on the following platforms : Win32, WinCE, Linux, Macintosh, XBox, PlayStation 2, GameCube
See Also
FSOUND_Stream_AddSynchPoint
,
FSOUND_Stream_GetNumSynchPoints
,
FSOUND_Stream_SetSynchCallback
This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Fri Jul 11 16:00:55 2003
by SourceDoc v0.10, the automated source code documenter.