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_SRCTYPE</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_SRCTYPE</H1> 14 15<H2>C Specification</H2> 16<DL> 17 <dd><pre><CODE>#include <revolution.h> 18#include <revolution/axart.h></CODE></pre> 19 </dd> 20 <dd> 21 <PRE><CODE>typedef struct 22{ 23 <A href="AXART_ART.html">AXART_ART</A> art; 24 25 // runtime user parameters 26 27 u8 src; // use one of the following 28 // AX_SRC_TYPE_NONE 29 // AX_SRC_TYPE_LINEAR 30 // AX_SRC_TYPE_4TAP_8K 31 // AX_SRC_TYPE_4TAP_12K 32 // AX_SRC_TYPE_4TAP_16K 33 34} AXART_SRCTYPE;</CODE></PRE> 35 </dd> 36</DL> 37 38<H2>Description</H2> 39<P><font face="Courier New">AXART_SRCTYPE</font> is a data structure used to describe a sample rate converter type sound articulator. This articulator will set the SRC type for an <a href="AXART_SOUND.html"><font face="Courier New">AXART_SOUND</font></a>. Do not use the articulator sound in conjunction with <a href="AXART_3D.html"><font face="Courier New">AXART_3D</font></a>. Prior to calling <a href="AXARTAddArticulator.html"><font face="Courier New">AXARTAddArticulator()</font></a> for the <font face="Courier New">AXART_SRCTYPE</font>, the user application must call <font face="Courier New"><a href="AXARTInitArtSrctype.html">AXARTInitArtSrctype()</a></font>.</P> 40<TABLE border="1" cellpadding="3" cellspacing="0.1"> 41 <TBODY> 42 <TR> 43<TD width="120" bgcolor="#cccccc"><EM><STRONG>Data Member</STRONG></EM></TD> 44<TD width="520" bgcolor="#cccccc"><EM><STRONG>Description</STRONG></EM></TD> 45 </TR> 46 <TR> 47<TD width="120"><FONT face="Courier New">AXART_ART art</FONT></TD> 48<TD width="520">AXART articulator descriptor maintained by AXART. Do not write to this parameter.</TD> 49 </TR> 50 <TR> 51<TD width="120"><FONT face="Courier New">u8 src</FONT></TD> 52<TD width="520">SRC type to set, per <font face="Courier New">ax.h</font> definitions.</TD> 53 </TR> 54 </TBODY> 55</TABLE> 56 57<H2>See Also</H2> 58<P><FONT face="Courier New"><A href="AXARTInitArtSrctype.html">AXARTInitArtSrctype<BR></A><A href="AXARTAddArticulator.html">AXARTAddArticulator</A><A href="AXART_3D.html"><BR> AXART_3D<BR></A><A href="AXART_ART.html">AXART_ART</A><BR> <A href="AXART_SOUND.html">AXART_SOUND</A></FONT></P> 59 60<H2>Revision History</H2> 61<P>2006/03/01 Initial version.</P> 62 63<hr> 64<P>CONFIDENTIAL</p> 65</BODY> 66</HTML> 67