MIXReleaseChannel

C Specification

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

Arguments

p Specifies pointer to the AXVPB structure acquired from AX by the user. This pointer must be a valid pointer returned by AXAcquireVoice.

Return Values

None.

Description

The MIXReleaseChannel function releases and stops a mixer channel assigned to a voice.

See Also

AXAcquireVoice
MIXInitChannel

Revision History

03/01/2006 Initial version.