Recognizes if input is ogg or not.
[xiph.git] / ao / doc / ao_plugin_test.html
blob052e35f9eba04a019b953aa09f4186e9f632c048
1 <html>
3 <head>
4 <title>libao - function - ao_plugin_test</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_test</h1>
18 <p><i>declared in "ao/plugin.h";</i></p>
20 <p>Test if this driver could be used with only the default options. This
21 function is used by the library core to determine if a driver is a possible
22 candidate for the default driver. No devices are left open after this
23 function returns.
25 <br><br>
26 <table border=0 color=black cellspacing=0 cellpadding=7>
27 <tr bgcolor=#cccccc>
28 <td>
29 <pre><b>
30 int ao_plugin_test();
31 </b></pre>
32 </td>
33 </tr>
34 </table>
36 <h3>Return Values</h3>
37 <blockquote>
38 <li>1 indicates that the driver can be successfully opened with no
39 options.</li>
41 <li>0 indicates that the driver cannot be opened with no options.</li>
42 </blockquote>
43 <p>
45 <br><br>
46 <hr noshade>
47 <table border=0 width=100%>
48 <tr valign=top>
49 <td><p class=tiny>copyright &copy; 2001-2003 Stan Seibert</p></td>
50 <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>
51 </tr><tr>
52 <td><p class=tiny>libao documentation</p></td>
53 <td align=right><p class=tiny>libao version 0.8.5 - 20040312</p></td>
54 </tr>
55 </table>
57 </body>
59 </html>