libao documentation |
libao version 0.8.0 - 20010804 |
declared in "ao/plugin.h";
Returns the normal file extension associated with this driver (like "wav" or "au"). This is an optional function. Live audio plugins do not need to implement this function.
char *ao_plugin_file_extension(int driver_id); |
pointer to string containing suggested file extension. NULL if this driver has no file extension associated with it. Live audio plugins must always return NULL if they do implement this function.
copyright © 2001 Stan Seibert |
|
libao documentation |
libao version 0.8.0 - 20010804 |