Installer update
[xiph/unicode.git] / ao / doc / ao_driver_info_list.html
blobb9dcd9054e6d905ccc5d72b51529491aa0bbbcc8
1 <html>
3 <head>
4 <title>libao - function - ao_driver_info_list</title>
5 <link rel=stylesheet href="style.css" type="text/css">
6 </head>
8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
9 <table border=0 width=100%>
10 <tr>
11 <td><p class=tiny>libao documentation</p></td>
12 <td align=right><p class=tiny>libao version 0.8.5 - 20040312</p></td>
13 </tr>
14 </table>
16 <h1>ao_driver_info_list</h1>
18 <p><i>declared in "ao/ao.h";</i></p>
20 <p>Get a list of the <a href="ao_info.html">ao_info</a> structures
21 for all of the available drivers. ao_driver_info_list() passes back
22 the number of drivers through the <tt>driver_count</tt> pointer.
24 <br><br>
25 <table border=0 color=black cellspacing=0 cellpadding=7>
26 <tr bgcolor=#cccccc>
27 <td>
28 <pre><b>
29 <a href="ao_info.html">ao_info</a>** ao_driver_info_list(int *driver_count);
30 </b></pre>
31 </td>
32 </tr>
33 </table>
35 <h3>Parameters</h3>
36 <dl>
37 <dt><i>driver_count</i></dt>
38 <dd>Pointer to an integer that will contain the number of drivers.</dd>
39 </dl>
41 <h3>Return Values</h3>
42 <blockquote>
43 <li>An array of driver info structures with <tt>*driver_count</tt>
44 elements.</li>
45 </blockquote>
46 <p>
48 <br><br>
49 <hr noshade>
50 <table border=0 width=100%>
51 <tr valign=top>
52 <td><p class=tiny>copyright &copy; 2001-2003 Stan Seibert</p></td>
53 <td align=right><p class=tiny><a href="http://www.xiph.org/">xiph.org</a><br><a href="mailto:volsung@xiph.org">volsung@xiph.org</a></p></td>
54 </tr><tr>
55 <td><p class=tiny>libao documentation</p></td>
56 <td align=right><p class=tiny>libao version 0.8.5 - 20040312</p></td>
57 </tr>
58 </table>
60 </body>
62 </html>