MIXSetSPan

Syntax

#include <revolution.h>
#include <revolution/mix.h>

void MIXSetSPan(AXVPB *p, int pan);

Arguments

p Pointer to the AXVPB structure gotten by the user from AX
pan Span value to set. This setting is clamped between 0 and 127.
surround = 0
center = 64
front = 127

Return Values

None.

Description

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

See Also

MIXGetSPan
MIXSetPan

Revision History

2009/03/04 Corrected typos in the description.
2006/03/01 Initial version.


CONFIDENTIAL