roar_vs_ctl(3) | RoarAudio Programmer's Manual | roar_vs_ctl(3) |
roar_vs_ctl - Interface to private internals of VS object
#include <roaraudio.h>
int roar_vs_ctl (roar_vs_t * vss, roar_vs_ctlcmd cmd, void * argp, int * error);
This function is used to access internals of the VS object. It is generally to be avoided to use this function. Valid commands depend on library version. Commands are defined in a way suitable for #ifdef checking.
On success these calls return 0. On error, -1 is returned.
FIXME
May 2011 | RoarAudio |