|
libao documentation |
libao version 0.8.0 - 20010804 |
ao_plugin_close
declared in "ao/plugin.h";
Close the device. Private data structures are not deallocated yet.
Parameters
- device
- Pointer to pre-allocated device structure.
Return Values
1 indicates remaining data written correctly and device
closed.
0 indicates an error while the device was being closed. If this
device was writing to a file, the file may be corrupted.
|