libao documentation |
libao version 1.2.0 - 201401271 |
declared in "ao/plugin.h";
Write samples to the device. Channels are interleaved, and samples
have the byte order requested by the plugin
(device->driver_byte_format).
int ao_plugin_play(ao_device *device, void *output_samples, uint_32 num_bytes); |
1 indicates success. 0 indicates failure to send the samples to the device. ao_plugin_close() should be called.
copyright © 2001-2003 Stan Seibert, 2010-2011 Monty |
|
libao documentation |
libao version 1.2.0 - 201401271 |