#include <revolution.h>
#include <revolution/mix.h>
BOOL MIXIsMute(AXVPB *p);
p |
Specifies pointer to the AXVPB structure acquired from AX by the user. |
Returns TRUE if specified voice is muted and FALSE if otherwise.
The MIXIsMute function obtains the mute setting for the specified voice.
03/01/2006 Initial version.