1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
6<title>AXGetDspCycles</title>
7<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
8<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows">
9<META http-equiv="Content-Style-Type" content="text/css">
10</head>
11
12<body>
13
14<h1 align="left">AXGetDspCycles</h1>
15
16
17<h2>C Specification</h2>
18<BLOCKQUOTE>
19<pre><code>#include &lt;revolution.h&gt;
20
21u32 AXGetDspCycles(void);</CODE></pre>
22</BLOCKQUOTE>
23<h2>Arguments</h2>
24
25<p>None.</p>
26
27<h2>Return Values</h2>
28
29<p>Returns the number of DSP cycles the user attempted to use on the last audio frame.</p>
30
31<h2>Description</h2>
32
33<p><code>AXGetDspCycles()</code> returns the estimated total number of DSP cycles that AX <em>attempted</em> to use on the last frame. <BR><B>Note:</B> The <em>actual</em> number of DSP cycles used is always bounded by the maximum specified in <code>AXSetMaxDspCycles()</code>.</p>
34<h2>See Also</h2>
35
36<p>
37<code><a href="AXSetMaxDSPCycles.html">AXSetMaxDspCycles</a><br> <a href="AXGetMaxDSPCycles.html">AXGetMaxDspCycles</a></code>
38</p>
39
40<h2>Revision History</h2>
41
42<P>2006/03/01 Initial version.</P>
43<hr>
44<P>CONFIDENTIAL</p>
45</BODY>
46</HTML>
47