MIXSetSPan

C Specification

#include <revolution.h>
#include <revolution/mix.h>
void MIXSetSPan(AXVPB *p, int pan);

Arguments

p Specifies the pointer to the AXVPB structure acquired from AX by the user.
pan Pan value to set. This setting value is clamped between 0 and 127.
surround = 0
center = 64
front = 127

Return Values

None.

Description

The MIXSetPan function sets the front and surround pan for the specified voice.

See Also

MIXGetSPan
MIXSetPan

Revision History

03/01/2006 Initial version.