Previous Topic Index Next Topic
[API function]

FSOUND_SetMute

Mutes and un-mutes a channel.

signed char F_API FSOUND_SetMute(
int channel,
signed char mute
);

Parameters

channel The channel number/handle to mute/unmute. FSOUND_ALL can also be used (see remarks).
mute Toggle value - TRUE mutes out the channel, FALSE reenables it.

Return Value

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

Remarks

FSOUND_ALL is supported. Passing this will mute/unmute ALL channels available.
If FSOUND_ALL is used the last channel success flag will be returned. It is not very useful.

See Also

FSOUND_GetMute

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.