Previous Topic Index Next Topic
[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 from.

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, GameCube


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