#include <revolution.h> #define AX_PB_STATE_STOP 0 #define AX_PB_STATE_RUN 1 void AXSetVoiceState(AXVPB *pvpb, u32 state);
pvpb |
Pointer to the specified voice. |
state |
Voice state to be set. See C Specification for definitions. |
None.
AXSetVoiceState() sets the voice to run or stop. This function also asserts the appropriate synchronization flags in axvpb.sync.
2006/03/01 Initial version.
CONFIDENTIAL