libao documentation |
libao version 0.8.0 - 20010804 |
declared in "ao/plugin.h";
Initialize the private device data structures. Memory should be
allocated, and default values set if necessary, but devices should not
be opened until ao_plugin_open() is
called.
int ao_plugin_device_init(ao_device *device); |
1 indicates success. 0 indicates failure, probably due to memory allocation problems. ao_plugin_device_clear() should be called to ensure the deallocate of all private data structures.
copyright © 2001 Stan Seibert |
|
libao documentation |
libao version 0.8.0 - 20010804 |