#include <revolution/ax.h> void AXSetVoiceMix(AXVPB *pvpb, AXPBMIX *mix);
| pvpb | Pointer to the specified voice. |
|---|---|
| mix | Pointer to structure of type AXPBMIX. Values are initialized by the user audio application. |
None.
The AXSetVoiceMix function sets AXPBMIX values for a voice. This function also asserts the appropriate synchronization flag in axvpb.sync and sets the axvpb.pb.mixerCtrl bits accordingly.
axvpb.pb.mix, axvpb.pb.mixerCtrl
2006/03/01 Initial version.
CONFIDENTIAL