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>AXART_RMT_FADER</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">AXART_RMT_FADER</H1>
14
15<H2>C Specification</H2>
16
17<DL>
18  <dd><pre><CODE>#include &lt;revolution.h&gt;
19#include &lt;revolution/axart.h&gt;</CODE></pre>
20  </dd>
21  <dd>
22  <PRE><CODE>typedef struct
23{
24    <A href="AXART_ART.html">AXART_ART</A>   art;
25
26    // runtime user parameters
27
28    s32         attenuation0;
29    s32         attenuation1;
30    s32         attenuation2;
31    s32         attenuation3;
32
33} AXART_RMT_FADER;</CODE></PRE>
34  </dd>
35</DL>
36
37<H2>Description</H2>
38
39<P><code>AXART_RMT_FADER</code> is an articulator that controls the fader of the audio output to the Remote speaker.</p>
40
41<TABLE border="1" cellpadding="3" cellspacing="0.1">
42  <TBODY>
43    <TR>
44<TD width="150" bgcolor="#cccccc"><EM><STRONG>Data Member</STRONG></EM></TD>
45<TD width="490" bgcolor="#cccccc"><EM><STRONG>Description</STRONG></EM></TD>
46    </TR>
47    <TR>
48<TD width="150"><FONT face="Courier New">AXART_ART art</FONT></TD>
49<TD width="490">AXART articulator descriptor maintained by AXART. Do not write to this parameter.</TD>
50    </TR>
51    <TR>
52      <TD width="150"><FONT face="Courier New">s32 attenuation0</FONT></TD>
53      <TD width="490">Channel 0 attenuation (unit dB, 0x00010000 = 0.1 dB).</TD>
54    </TR>
55    <TR>
56      <TD width="150"><FONT face="Courier New">s32 attenuation1</FONT></TD>
57      <TD width="490">Channel 1 attenuation (unit dB, 0x00010000 = 0.1 dB).</TD>
58    </TR>
59    <TR>
60      <TD width="150"><FONT face="Courier New">s32 attenuation2</FONT></TD>
61      <TD width="490">Channel 2 attenuation (unit dB, 0x00010000 = 0.1 dB).</TD>
62    </TR>
63    <TR>
64      <TD width="150"><FONT face="Courier New">s32 attenuation3</FONT></TD>
65      <TD width="490">Channel 3 attenuation (unit dB, 0x00010000 = 0.1 dB).</TD>
66    </TR>
67  </TBODY>
68</TABLE>
69
70<p>Applications must initialize this articulator by calling <A href="AXARTInitArtRmtFader.html"><code>AXARTInitArtRmtFader</code></A> before adding this articulator to the list using <A href="AXARTAddArticulator.html"><code>AXARTAddArticulator</code></A>.</P>
71
72<H2>See Also</H2>
73
74<p>
75<A href="AXARTAddArticulator.html"><code>AXARTAddArticulator</code></A>, <A href="AXARTInitArtRmtFader.html"><code>AXARTInitArtRmtFader</code></A>, <A href="AXART_ART.html"><code>AXART_ART</code></A>
76</P>
77
78<H2>Revision History</H2>
79
80<P>2006/10/23 Initial version.</P>
81
82<hr>
83<P>CONFIDENTIAL</p>
84</BODY>
85</HTML>
86