SsSetMute
Sets or clears the mute state
void
SsSetMute
(
char mode
)
Arguments
mode
Mute mode
SS_MUTE_ON Mute on
SS_MUTE_OFF Mute off
Return Value
None.
Explanation
The mute state is set to the mode specified by
mode
.
See Also
SsGetMute()