MIXAdjustSPan

C Specification

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

Arguments

p Specifies the pointer to the AXVPB structure acquired from AX by the user.
pan Value to add to the current span setting. This setting will be clamped to a value between 0 and 127.

Return Values

None.

Description

The MIXAdjustSPan function adjusts the front and surround pan for the specified voice.

See Also

MIXAdjustPan
MIXSetSPan

Revision History

03/01/2006 Initial version.