| libao documentation | libao version 1.2.0 - 201401271 | 
declared in "ao/plugin.h";
Set a new option key-value pair for a device.  This will only be
called after ao_plugin_device_init() is called.
Unrecognized option keys are silently ignored, but invalid option
values will cause the function to return a failing error code.
| int ao_plugin_set_option(ao_device *device, const char *key, const char *value); | 
1 indicates success. 0 indicates failure. ao_plugin_device_clear() should be called to ensure the deallocate of all private data structures. 
| copyright © 2001-2003 Stan Seibert, 2010-2011 Monty | |
| libao documentation | libao version 1.2.0 - 201401271 |