AXSetVoiceMix

Syntax

#include <revolution/ax.h>

void AXSetVoiceMix(AXVPB *pvpb, AXPBMIX *mix);

Arguments

pvpb Pointer to the specified voice.
mix Pointer to structure of type AXPBMIX. Values are initialized by the user audio application.

Return Values

None.

Description

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.

See Also

axvpb.pb.mix, axvpb.pb.mixerCtrl

Revision History

2006/03/01 Initial version.


CONFIDENTIAL