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>AXRmtAdvancePtr</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">AXRmtAdvancePtr</h1>
15
16<h2>Syntax</h2>
17<dl><dd><pre class="construction">
18#include &lt;revolution/ax.h&gt;
19
20s32 AXRmtAdvancePtr(s32 samples);
21</pre></dd></dl>
22
23<h2>Arguments</h2>
24<TABLE class="arguments" border="1" >
25  <tr>
26<th>samples</th>
27<td>Represents the amount to update the pointer by (in units of samples).</td>
28  </tr>
29</table>
30
31<h2>Return Values</h2>
32<p>
33Returns the actual amount the pointer was updated.
34</p>
35
36<H2>Description</H2>
37<p>The <code>AXRmtAdvancePtr</code> function advances the pointer to the buffer for the AX controller speaker by the number of samples given by <SPAN class="argument">samples</SPAN>.</p>
38<p>This pointer is shared by all controller speakers.</p>
39
40<H2>See Also</H2>
41<p>None.</p>
42
43<H2>Revision History</H2>
44<p>
452006/07/31 Initial version.<BR>
46</p>
47
48<hr><p>CONFIDENTIAL</p></body>
49</html>