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>Syntax</H2>
16<dl><dd><pre class="construction">
17#include &lt;revolution.h&gt;
18#include &lt;revolution/axart.h&gt;
19
20typedef struct
21{
22    AXART_ART   art;
23
24    // runtime user parameters
25
26    u8          src;            // use one of the following
27                                // AX_SRC_TYPE_NONE
28                                // AX_SRC_TYPE_LINEAR
29                                // AX_SRC_TYPE_4TAP_8K
30                                // AX_SRC_TYPE_4TAP_12K
31                                // AX_SRC_TYPE_4TAP_16K
32
33} AXART_SRCTYPE;
34</pre></dd></dl>
35
36<h2>Elements</h2>
37<TABLE class="arguments" border="1" >
38  <TR>
39<TH>art</TH>
40<TD>AXART articulator descriptor maintained by AXART. Do not write to this parameter.</TD>
41  </TR>
42  <TR>
43<TH>src</TH>
44<TD>SRC type to set, per <CODE>ax.h</CODE> definitions.</TD>
45  </TR>
46</TABLE>
47
48<H2>Description</H2>
49<P><CODE>AXART_SRCTYPE</CODE> is a data structure used to denote a sample rate converter type sound articulator. This articulator will set the SRC type for an <CODE>AXART_SOUND</CODE>. Do not use this articulator's sound in conjunction with <CODE>AXART_3D</CODE>. Before calling the <CODE>AXARTAddArticulator</CODE> function for the <CODE>AXART_SRCTYPE</CODE>, the user application must call the <CODE>AXARTInitArtSrctype</CODE> function.</P>
50
51<H2>See Also</H2>
52<P class="reference">
53<A href="AXARTInitArtSrctype.html">AXARTInitArtSrctype</A>,
54<A href="AXARTAddArticulator.html">AXARTAddArticulator</A>,
55<A href="AXART_3D.html">AXART_3D</A>,
56<A href="AXART_ART.html">AXART_ART</A>,
57<A href="AXART_SOUND.html">AXART_SOUND</A>
58</P>
59
60<H2>Revision History</H2>
61<P>
622006/03/01 Initial version.<BR>
63</P>
64
65<hr><p>CONFIDENTIAL</p></body>
66</HTML>
67