Query: roar_vs_mute
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
roar_vs_pause(3) RoarAudio Programmer's Manual roar_vs_pause(3)NAMEroar_vs_pause, roar_vs_mute - Alter stream flagsSYNOPSIS#include <roaraudio.h> int roar_vs_pause(roar_vs_t * vss, int val, int * error); int roar_vs_mute (roar_vs_t * vss, int val, int * error);DESCRIPTIONroar_vs_pause() and roar_vs_mute() alters the stream flags PAUSE and MUTE, respectively.PARAMETERSvss The VS object pointing to the stream which flags should be altered. val Specifies the new state. Value must be ROAR_VS_TRUE, ROAR_VS_FALSE, ROAR_VS_TOGGLE or ROAR_VS_ASK. error This is a pointer to a integer used to store the error value in case of error. This can be NULL if not used but it is very recom- mended to use this error value to report good error messages to the user.RETURN VALUEOn success these calls return the old (current if ROAR_VS_ASK is used) state of the stream flag. On error, -1 is returned.EXAMPLESFIXMESEE ALSOroarvs(7), libroar(7), RoarAudio(7). RoarAudio May 2011 roar_vs_pause(3)
Related Man Pages |
---|
roar_vs_buffer(3) - debian |
roar_vs_get_avail_read(3) - debian |
roar_vs_reset_buffer(3) - debian |
roar_vs_stream_obj(3) - debian |
roar_vs_vio_obj(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
How can I do this in VI editor? |
Find columns in a file based on header and print to new file |
Weird 'find' results |
A (ksh) Library For and From UNIX.com |