MIXSetPan

C Specification

#include <revolution.h>
#include <revolution/mix.h>
void MIXSetPan(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.
left = 0
center = 64
right = 127

Return Values

None.

Description

The MIXSetPan function sets the left and right pan for the specified voice.

See Also

MIXGetPan
MIXSetSPan

Revision History

2006/03/01 Initial version.


CONFIDENTIAL