Recognizes if input is ogg or not.
[xiph.git] / ao / doc / ao_initialize.html
blob9d3a8e16e4324a0c5ae538cdb2b56c213b94dca0
1 <html>
3 <head>
4 <title>libao - function - ao_initialize</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_initialize</h1>
18 <p><i>declared in "ao/ao.h";</i></p>
20 <p>This function initializes the internal libao data structures and
21 loads all of the available plugins. The system and user <a
22 href="config.html">configuration files</a> are also read at this time
23 if available. The library must be initialized before any other libao
24 functions can be used.
26 <br><br>
27 <table border=0 color=black cellspacing=0 cellpadding=7>
28 <tr bgcolor=#cccccc>
29 <td>
30 <pre><b>
31 void ao_initialize();
32 </b></pre>
33 </td>
34 </tr>
35 </table>
37 <h3>Notes</h3>
39 <p>Do not invoke this function more than once before calling <a
40 href="ao_shutdown.html">ao_shutdown()</a>. If you want to reload the
41 configuration files without restarting your program, first call
42 ao_shutdown(), then call ao_initialize() again.
44 <br><br>
45 <hr noshade>
46 <table border=0 width=100%>
47 <tr valign=top>
48 <td><p class=tiny>copyright &copy; 2001-2003 Stan Seibert</p></td>
49 <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>
50 </tr><tr>
51 <td><p class=tiny>libao documentation</p></td>
52 <td align=right><p class=tiny>libao version 0.8.5 - 20040312</p></td>
53 </tr>
54 </table>
56 </body>
58 </html>