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>AXARTInitArtRmtAuxVolume</TITLE>
7<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
8<META http-equiv="Content-Style-Type" content="text/css">
9</head>
10
11<BODY>
12
13<H1 align="left">AXARTInitArtRmtAuxVolume</H1>
14
15<H2>Syntax</H2>
16<dl><dd><pre class="construction">
17#include &lt;revolution.h&gt;
18#include &lt;revolution/axart.h&gt;
19
20void AXARTInitArtRmtAuxVolume(AXART_RMT_AUX_VOLUME *articulator);
21</pre></dd></dl>
22
23<H2>Arguments</H2>
24<TABLE class="arguments" border="1" >
25  <TBODY>
26    <TR>
27<TH>articulator&nbsp;&nbsp;</TH>
28<TD>Pointer to <CODE>AXART_RMT_AUX_VOLUME</CODE> to initialize.</TD>
29    </TR>
30  </TBODY>
31</TABLE>
32
33<h2>Return Values</h2>
34<p>None.</p>
35
36<H2>Description</H2>
37<p>The <code>AXARTInitArtRmtAuxVolume</code> function initializes an <code>AXART_RMT_AUX_VOLUME</code> articulator. Applications must call this function before adding the <code>AXART_RMT_AUX_VOLUME</code> to the list using the <code>AXARTAddArticulator</code> function.</p>
38
39<p><strong><B>Note: </B>As of 2006/10/23, Wii Remote speaker effects are not implemented.</strong></p>
40
41<H2>See Also</H2>
42<p class="reference">
43<a href="AXARTAddArticulator.html">AXARTAddArticulator</a>, <a href="AXART_RMT_AUX_VOLUME.html">AXART_RMT_AUX_VOLUME</a>
44</p>
45
46<h2>Revision History</h2>
47<P>
482006/10/23 Initial version.<BR>
49</P>
50
51<hr><p>CONFIDENTIAL</p></body>
52</HTML>
53