4 <title>libao - datatype - ao_option
</title>
5 <link rel=stylesheet
href=
"style.css" type=
"text/css">
8 <body bgcolor=white text=black
link=
"#5555ff" alink=
"#5555ff" vlink=
"#5555ff">
9 <table border=
0 width=
100%
>
11 <td><p class=tiny
>libao documentation
</p></td>
12 <td align=right
><p class=tiny
>libao version
0.8.5 -
20040312</p></td>
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>.
26 <table border=
0 width=
100% color=black cellspacing=
0 cellpadding=
7>
29 <pre><b>typedef struct {
32 struct ao_option *next; /* number of audio channels */
33 } ao_option;
</b></pre>
38 <h3>Relevant Struct Members
</h3>
41 <dd>Pointer to the next option in the list. Set to
<tt>NULL
</tt> to mark the end of
47 <table border=
0 width=
100%
>
49 <td><p class=tiny
>copyright
© 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>
52 <td><p class=tiny
>libao documentation
</p></td>
53 <td align=right
><p class=tiny
>libao version
0.8.5 -
20040312</p></td>