roar_vs_blocking
Change blocking mode of VS object
- Provided by: libroar-dev (Version: 1.0~beta12-4)
- Source: roaraudio
- Report a bug
Change blocking mode of VS object
#include <roaraudio.h>
int roar_vs_blocking (roar_vs_t * vss, int val, int * error);
Changes blocking mode of VS object or ask for the current mode if val is set to ROAR_VS_ASK.
On success these calls return the old (current if ROAR_VS_ASK is used) state of the blocking mode. On error, -1 is returned.
FIXME