MIXUnMute

C Specification

#include <revolution.h>
#include <revolution/mix.h>
void MIXUnMute(AXVPB *p);

Arguments

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

Return Values

None.

Description

The MIXUnMute function turns off the muting of input for the specified voice.

See Also

MIXMute

Revision History

03/01/2006 Initial version.