roar_set_standby(3) debian man page | unix.com

Man Page: roar_set_standby

Operating Environment: debian

Section: 3

roar_get_standby(3)					System Manager's Manual: RoarAudio				       roar_get_standby(3)

NAME
roar_get_standby, roar_set_standby - Get and set RoarAudio's sound servers standby state
SYNOPSIS
#include <roaraudio.h> int roar_get_standby(struct roar_connection * con); int roar_set_standby(struct roar_connection * con, int state);
DESCRIPTION
Get or set the standby state of the server. If the server is in standby no audio is played. The audio device may be released depending on configuration.
PARAMETERS
con The connection to the server. state The new state. This may be ROAR_STANDBY_ACTIVE for standby to be set active or ROAR_STANDBY_INACTIVE for normal operating mode.
RETURN VALUE
roar_get_standby returns ROAR_STANDBY_ACTIVE, ROAR_STANDBY_INACTIVE or -1 on error. roar_set_standby returns on success 0. On error, -1 is returned.
EXAMPLES
FIXME
SEE ALSO
roar_simple_get_standby(3), libroar(7), RoarAudio(7). RoarAudio May 2011 roar_get_standby(3)
Related Man Pages
roar_disconnect(3) - debian
roar_get_vol(3) - debian
roar_set_vol(3) - debian
roar_simple_new_stream_obj(3) - debian
roar_vs_new(3) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Introduction
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph