AXSetVoiceLoop

Syntax

#include <revolution/ax.h>

#define AXPBADDR_LOOP_OFF   0
#define AXPBADDR_LOOP_ON    1

void AXSetVoiceLoop(AXVPB *pvpb, u16 loop);

Arguments

pvpb Pointer to the specified voice.
loop Either AXPBADDR_LOOP_OFF or AXPBADDR_LOOP_ON.

Return Values

None.

Description

The AXSetVoiceLoop function sets the AXPBADDR loop flag for a specified voice. This function also asserts the synchronization flag corresponding to axvpb.sync.

See Also

axvpb.pb.addr, AXSetVoiceAddr

Revision History

2006/03/01 Initial version.


CONFIDENTIAL