Previous Topic Index Next Topic
[API function]

FSOUND_SetLoopMode

Sets the loop mode for a particular CHANNEL not sample!

signed char F_API FSOUND_SetLoopMode(
int channel,
unsigned int loopmode
);

Parameters

channel The playing channel to have its loop mode set.

Return Value

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

Remarks

Note, this does not work for hardware sounds played on hardware channels, this will only on software
mixed channels.
The loop mode will only change after it has been played. This is because the channel inherits the
SAMPLE's loop mode upon playback.

See Also

FSOUND_Sample_SetLoopMode

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.