Recognizes if input is ogg or not.
[xiph.git] / ao / doc / ao_free_options.html
blob6278615d4d35a5ba2b27ffe361e833d06eec680b
1 <html>
3 <head>
4 <title>libao - function - ao_free_options</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_free_options</h1>
18 <p><i>declared in "ao/ao.h";</i></p>
20 <p>Free all of the memory allocated to an option list, including the key
21 and value strings.
23 <br><br>
24 <table border=0 color=black cellspacing=0 cellpadding=7>
25 <tr bgcolor=#cccccc>
26 <td>
27 <pre><b>
28 void ao_free_options(<a href="ao_option.html">ao_option</a> *options);
29 </b></pre>
30 </td>
31 </tr>
32 </table>
34 <h3>Parameters</h3>
35 <dl>
36 <dt><i>options</i></dt>
37 <dd>Pointer to the head of the option list. If NULL is passed, the
38 function does nothing.</dd>
39 </dl>
41 <br><br>
42 <hr noshade>
43 <table border=0 width=100%>
44 <tr valign=top>
45 <td><p class=tiny>copyright &copy; 2001-2003 Stan Seibert</p></td>
46 <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>
47 </tr><tr>
48 <td><p class=tiny>libao documentation</p></td>
49 <td align=right><p class=tiny>libao version 0.8.5 - 20040312</p></td>
50 </tr>
51 </table>
53 </body>
55 </html>