Previous Topic Index Next Topic
[API function]

FSOUND_Stream_GetSyncPoint

Obtains a sync point by index. This is useful when you havent created your own, ie it came from a wav file.

DLL_API FSOUND_SYNCPOINT * F_API FSOUND_Stream_GetSyncPoint(
FSOUND_STREAM *stream,
int index
);

Parameters

stream The stream to request the sync point from.
index The sync point offset into the stream.

Return Value

On success, a handle to a sync point is returned.
On failure, NULL is returned.

Remarks

Points are loaded in order of offset, so the index will represent the smallest point to the largest.
___________________
Supported on the following platforms : Win32, WinCE, Linux, Macintosh, XBox, PlayStation 2, GameCube

See Also

FSOUND_Stream_AddSyncPoint , FSOUND_Stream_DeleteSyncPoint , FSOUND_Stream_GetSyncPointInfo , FSOUND_Stream_SetSyncCallback

This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Thu Dec 15 17:31:36 2005 by SourceDoc v0.10, the automated source code documenter.