Recognizes if input is ogg or not.
[xiph.git] / ao / doc / ao_plugin_device_clear.html
blob7da767a76520d27fc50b4f9ae6afb3609913d93b
1 <html>
3 <head>
4 <title>libao - function - ao_plugin_device_clear</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_plugin_device_clear</h1>
18 <p><i>declared in "ao/plugin.h";</i></p>
20 <p>Deallocate the private device data structures.
22 <br><br>
23 <table border=0 color=black cellspacing=0 cellpadding=7>
24 <tr bgcolor=#cccccc>
25 <td>
26 <pre><b>
27 void ao_plugin_device_clear(<a href="ao_device.html">ao_device</a> *device);
28 </b></pre>
29 </td>
30 </tr>
31 </table>
33 <h3>Parameters</h3>
34 <dl>
35 <dt><i>device</i></dt>
36 <dd>Pointer to pre-allocated device structure.</dd>
37 </dl>
39 <br><br>
40 <hr noshade>
41 <table border=0 width=100%>
42 <tr valign=top>
43 <td><p class=tiny>copyright &copy; 2001-2003 Stan Seibert</p></td>
44 <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>
45 </tr><tr>
46 <td><p class=tiny>libao documentation</p></td>
47 <td align=right><p class=tiny>libao version 0.8.5 - 20040312</p></td>
48 </tr>
49 </table>
51 </body>
53 </html>