AXGetDspCycles

Syntax

#include <revolution/ax.h>

u32 AXGetDspCycles(void);

Arguments

None.

Return Values

Returns the number of DSP cycles the user attempted to use on the last audio frame.

Description

The AXGetDspCycles function returns the estimated total number of DSP cycles that AX attempted to use on the last frame.
Note: The actual number of DSP cycles used is always bounded by the maximum specified in AXSetMaxDspCycles.

See Also

AXSetMaxDspCycles, AXGetMaxDspCycles

Revision History

2006/03/01 Initial version.


CONFIDENTIAL