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_AUXC_VOLUME</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_AUXC_VOLUME</H1> 14 15<H2>Syntax</H2> 16<dl><dd><pre class="construction"> 17#include <revolution.h> 18#include <revolution/axart.h> 19 20typedef struct 21{ 22 AXART_ART art; 23 24 // runtime user parameters 25 26 s32 attenuation; 27 28} AXART_AUXC_VOLUME; 29</pre></dd></dl> 30 31<h2>Elements</h2> 32<TABLE class="arguments" border="1" > 33 <TR> 34<TH>art</TH> 35<TD>AXART articulator descriptor maintained by AXART. Do not write to this parameter.</TD> 36 </TR> 37 <TR> 38<TH>volume</TH> 39<TD>Attenuation to apply, in decibels (0x00010000 = 0.1dB).</TD> 40 </TR> 41</TABLE> 42 43<H2>Description</H2> 44<P><CODE>AXART_AUXC_VOLUME</CODE> is a data structure used to denote an AuxC volume sound articulator. This articulator will apply AuxC volume attenuation for an <CODE>AXART_SOUND</CODE>. Before calling the <CODE>AXARTAddArticulator</CODE> function for the <CODE>AXART_AUXC_VOLUME</CODE>, the user application must call the <CODE>AXARTInitArtAuxCVolume</CODE> function.</P> 45 46<H2>See Also</H2> 47<P class="reference"> 48<A href="AXARTInitArtAuxCVolume.html">AXARTInitArtAuxCVolume</A>, <A href="AXARTAddArticulator.html">AXARTAddArticulator</A>, <A href="AXART_ART.html">AXART_ART</A>, <A href="AXART_SOUND.html">AXART_SOUND</A> 49</P> 50 51<H2>Revision History</H2> 52<P> 532007/10/03 Corrected AuxB to AuxC.<br>2006/03/01 Initial version.<BR> 54</P> 55 56<hr><p>CONFIDENTIAL</p></body> 57</HTML> 58