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>C Specification</h2>
17
18<BLOCKQUOTE>
19<pre><code>#include &lt;revolution.h&gt;
20
21s32 AXRmtAdvancePtr(s32 samples);</code></pre>
22</BLOCKQUOTE>
23
24<h2>Arguments</h2>
25
26<table border="1" cellpadding="3" cellspacing="0.1">
27  <tr>
28<td width="120" bgcolor="#ffffe8"><em><strong><code>samples</code></strong></em></td>
29<td width="520">Represents the amount to update the pointer by (in units of samples).</td>
30  </tr>
31</table>
32
33<h2>Return Values</h2>
34
35<p>
36Returns the actual amount the pointer was updated.
37</p>
38
39<H2>Description</H2>
40
41<p>The <code>AXRmtAdvancePtr</code> function advances the pointer to the buffer for the AX controller speaker by the number of samples given by <code>samples</code>.</p>
42
43<p>This pointer is shared by all controller speakers.</p>
44
45<H2>See Also</H2>
46
47<H2>Revision History</H2>
48
49<p>2006/07/31 Initial version.</p>
50
51<hr>
52<P>CONFIDENTIAL</p>
53</BODY>
54</HTML>