Recognizes if input is ogg or not.
[xiph.git] / ao / doc / libao-api.html
blob2acef596b51d96cae8419189d95bd69e9275759b
1 <html>
3 <head>
4 <title>libao - Documentation</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>libao API Reference</h1>
18 <p>
19 <b>Data Structures</b><br>
20 <a href="ao_device.html">ao_device</a><br>
21 <a href="ao_info.html">ao_info</a><br>
22 <a href="ao_option.html">ao_option</a><br>
23 <a href="ao_sample_format.html">ao_sample_format</a><br>
24 <br>
25 <b>Library Setup/Teardown</b><br>
26 <a href="ao_initialize.html">ao_initialize()</a><br>
27 <a href="ao_shutdown.html">ao_shutdown()</a><br>
28 <br>
29 <b>Device Setup/Playback/Teardown</b><br>
30 <a href="ao_append_option.html">ao_append_option()</a><br>
31 <a href="ao_free_options.html">ao_free_options()</a><br>
32 <a href="ao_open_live.html">ao_open_live()</a><br>
33 <a href="ao_open_file.html">ao_open_file()</a><br>
34 <a href="ao_play.html">ao_play()</a><br>
35 <a href="ao_close.html">ao_close()</a><br>
36 <br>
37 <b>Driver Information</b><br>
38 <a href="ao_driver_id.html">ao_driver_id()</a><br>
39 <a href="ao_default_driver_id.html">ao_default_driver_id()</a><br>
40 <a href="ao_driver_info.html">ao_driver_info()</a><br>
41 <a href="ao_driver_info_list.html">ao_driver_info_list()</a><br>
42 <a href="ao_file_extension.html">ao_file_extension()</a><br>
43 <br>
44 <b>Miscellaneous</b><br>
45 <a href="ao_is_big_endian.html">ao_is_big_endian()</a><br>
47 <br><br>
48 <hr noshade>
49 <table border=0 width=100%>
50 <tr valign=top>
51 <td><p class=tiny>copyright &copy; 2001-2003 Stan Seibert</p></td>
52 <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>
53 </tr><tr>
54 <td><p class=tiny>libao documentation</p></td>
55 <td align=right><p class=tiny>libao version 0.8.5 - 20040312</p></td>
56 </tr>
57 </table>
59 </body>
61 </html>