debian man page for roar_simple_close

Query: roar_simple_close

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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

NAME
roar_simple_close - close a simple RoarAudio connection
SYNOPSIS
#include <roaraudio.h> int roar_simple_close(int fh);
DESCRIPTION
Closes a filehandle opened via roar_simple_play(3), roar_simple_monitor(3), roar_simple_record(3), roar_simple_filter(3) or roar_sim- ple_new_stream(3). This function is marked obsolete and will be removed soon. Use roar_vs_close(3).
PARAMETERS
fh The filehandle to be closed.
RETURN VALUE
On success these calls return 0. On error, -1 is returned.
EXAMPLES
Examples of these calls are the tools roarcat(1), roarmon(1), roarrec(1) and roarfilt(1). Just look at there code. They aren't that com- plex.
SEE ALSO
roar_vs_close(3), roar_simple_play(3), roar_simple_monitor(3), roar_simple_record(3), roar_simple_filter(3), roar_simple_new_stream(3), libroar(7), RoarAudio(7). RoarAudio May 2011 roar_simple_close(3)
Related Man Pages
roarbaseclients(1) - debian
roar_simple_monitor(3) - debian
roar_simple_stream(3) - debian
roar_vs_new(3) - debian
roar_vs_new_playback(3) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?