Recognizes if input is ogg or not.
[xiph.git] / ao / doc / ao_option.html
blob960a29890803aacfd26beb857171e0c9051cf0d8
1 <html>
3 <head>
4 <title>libao - datatype - ao_option</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_option</h1>
18 <p><i>declared in "ao/ao.h";</i></p>
20 <p>A linked list structure to hold option key/value pairs as standard
21 null-terminated C strings. It is used by <a
22 href="ao_open_live.html">ao_open_live()</a> and <a
23 href="ao_open_file.html">ao_open_file()</a>.
25 <br><br>
26 <table border=0 width=100% color=black cellspacing=0 cellpadding=7>
27 <tr bgcolor=#cccccc>
28 <td>
29 <pre><b>typedef struct {
30 char *key;
31 char *value;
32 struct ao_option *next; /* number of audio channels */
33 } ao_option;</b></pre>
34 </td>
35 </tr>
36 </table>
38 <h3>Relevant Struct Members</h3>
39 <dl>
40 <dt><i>next</i></dt>
41 <dd>Pointer to the next option in the list. Set to <tt>NULL</tt> to mark the end of
42 the list.</dd>
43 </dl>
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>