4 <title>libao - function - ao_plugin_file_extension
</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>
16 <h1>ao_plugin_file_extension
</h1>
18 <p><i>declared in
"ao/plugin.h";
</i></p>
20 <p>Returns the normal file extension associated with this driver (like
21 "wav" or
"au"). This is an
<b>optional
</b> function. Live audio
22 plugins do not need to implement this function.
</p>
25 <table border=
0 color=black cellspacing=
0 cellpadding=
7>
29 char *ao_plugin_file_extension(int driver_id);
35 <h3>Return Values
</h3>
37 <li>pointer to string containing suggested file extension.
</li>
39 <li>NULL if this driver has no file extension associated with it.
40 Live audio plugins must always return NULL if they do implement this
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>