4 <title>libao - function - ao_driver_info
</title>
5 <link rel=stylesheet
href=
"style.css" type=
"text/css">
8 <body bgcolor=white text=black
link=
"#5555ff" alink=
"#5555ff" vlink=
"#5555ff">
9 <table border=
0 width=
100%
>
11 <td><p class=tiny
>libao documentation
</p></td>
12 <td align=right
><p class=tiny
>libao version
0.8.5 -
20040312</p></td>
16 <h1>ao_driver_info
</h1>
18 <p><i>declared in
"ao/ao.h";
</i></p>
20 <p>Get information about a particular driver.
23 <table border=
0 color=black cellspacing=
0 cellpadding=
7>
27 <a href=
"ao_info.html">ao_info
</a>* ao_driver_info(int driver_id);
35 <dt><i>driver_id
</i></dt>
36 <dd>The ID number of the driver as returned by either
37 <a href=
"ao_driver_id.html">ao_driver_id()
</a> or
38 <a href=
"ao_default_driver_id.html">ao_default_driver_id()
</a>.
</dd>
41 <h3>Return Values
</h3>
44 non-NULL pointer inicates success. It points to a static info structure that
45 should not be modified under any circumstances.
</li>
47 <li>NULL indicates failure because
<tt>driver_id
</tt> does not correspond to
54 <table border=
0 width=
100%
>
56 <td><p class=tiny
>copyright
© 2001-
2003 Stan Seibert
</p></td>
57 <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>
59 <td><p class=tiny
>libao documentation
</p></td>
60 <td align=right
><p class=tiny
>libao version
0.8.5 -
20040312</p></td>