libao documentation |
libao version 1.2.0 - 201401271 |
declared in "ao/ao.h";
Returns the normal file extension associated with a particular driver (like "wav" or "au"). This is just an information function to allow library users to guess appropriate file names. You can safely ignore the recommended extension.
const char* ao_file_extension(int driver_id); |
pointer to string containing suggested file extension. NULL if this driver has no file extension associated with it or if this driver does not exist.
copyright © 2001-2003 Stan Seibert, 2010-2011 Monty, 2011 Philipp Schafft |
|
libao documentation |
libao version 1.2.0 - 20130127 |