MIXIsMute

C Specification

#include <revolution.h>
#include <revolution/mix.h>
BOOL MIXIsMute(AXVPB *p);

Arguments

p Specifies pointer to the AXVPB structure acquired from AX by the user.

Return Values

Returns TRUE if specified voice is muted and FALSE if otherwise.

Description

The MIXIsMute function obtains the mute setting for the specified voice.

See Also

MIXMute
MIXUnMute

Revision History

03/01/2006 Initial version.