Previous Topic Index Next Topic
[API function]

FSOUND_SetCurrentPosition

Sets the current position of the sound in SAMPLES not bytes.

signed char F_API FSOUND_SetCurrentPosition(
int channel,
unsigned int pos
);

Parameters

channel The channel to have its offset or position set.
offset The offset in SAMPLES from the start of the sound for the position to be set to.

Return Value

On success, TRUE is returned.
On failure, FALSE is returned.

Remarks

See Also

FSOUND_GetCurrentPosition

This document copyright ©Firelight Multimedia, 1999-2001. All rights reserved.
Generated Thu Sep 13 00:18:09 2001 by SourceDoc v0.10, the automated source code documenter.