[API function]
FSOUND_GetCurrentSample
Returns the current sample being played on the specified channel.
FSOUND_SAMPLE * F_API
FSOUND_GetCurrentSample
(
int
channel
);
Parameters
channel
Channel number/handle to get the currently playing sample for.
Return Value
On success, a pointer to a sample handle is returned for the specified channel.
On failure, NULL is returned.
Remarks
Note that current sample does not return to NULL when a sound has ended.
___________________
Supported on the following platforms : Win32, WinCE, Linux, Macintosh, XBox, PlayStation 2
This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Fri Dec 20 16:31:08 2002 by SourceDoc v0.10, the automated source code documenter.