libao documentation |
libao version 0.8.0 - 20010804 |
declared in "ao/ao.h";
Returns the ID number of the default live output driver.
If the configuration files specify a
default driver, its ID is returned, otherwise the library tries to
pick a live output driver that will work on the host platform.
int ao_default_driver_id(); |
a non-negative value is the ID number of the default driver. -1 indicates failure to find a usable audio output device.
If no default device is available, you may still use the null device to test your application.
copyright © 2001 Stan Seibert |
|
libao documentation |
libao version 0.8.0 - 20010804 |