<TD>The channel number/handle to have its loop mode set.<BR>
</TD><TRVALIGN=top><TD><I>loopmode</I></TD>
<TD>The loopmode to set. This can be FSOUND_LOOP_NORMAL, FSOUND_LOOP_BIDI or FSOUND_LOOP_OFF.<BR>
</TD></TABLE>
<H3>Return Value</H3>
On success, TRUE is returned.<BR>
On failure, FALSE is returned.<BR>
<H3>Remarks</H3>
FSOUND_ALL is supported. Passing this will set loop modes for all channels available.<BR>
Note, this does not work for hardware sounds played on hardware channels while they are playing. The function has to be called when the channel is paused.<BR>
Software based sounds do not have this limitation, and can have their loop mode changed during playback, but for compatibility it is best to use the pause method, else you may get different behaviour if hardware voices do not exist.<BR>
___________________<BR>
Supported on the following platforms : Win32, WinCE, Linux, Macintosh, XBox, PlayStation 2, GameCube<BR>