#include <revolution.h> #include <revolution/mix.h> void MIXSetPan(AXVPB *p, int pan);
| p | Pointer to the AXVPB structure gotten by the user from AX |
|---|---|
| pan | Pan value to set. This setting is clamped between 0 and 127. left = 0 center = 64 right = 127 |
None.
The MIXSetPan function sets the left and right pan for the specified voice.
2006/03/01 Initial version.
CONFIDENTIAL