AXQuit

Syntax

#include <revolution/ax.h>

void AXQuit(void);

Arguments

None.

Return Values

None.

Description

The AXQuit function gracefully shuts down AX. The application must first fade down volumes before calling the AXQuit function, to prevent "pops" and other artifacts, if audio is currently playing.

This function may put the current thread to sleep. For precautions when calling similar functions, refer to Interrupts and Callback Functions.

See Also

AXInit, Interrupts and Callback Functions

Revision History

2007/09/13 Added information on the sleep status of threads.
2006/03/01 Initial version.


CONFIDENTIAL