debian man page for roar_vio_close

Query: roar_vio_close

OS: debian

Section: 3

Links: debian man pages   all man pages

Forums: unix linux community   forum categories

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

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

NAME
roar_vio_close.3 - close a RoarAudio virtual IO object
SYNOPSIS
#include <roaraudio.h> int roar_vio_close (struct roar_vio_calls * vio);
DESCRIPTION
Closes a VIO object. Also ensures all data to be fushed to disk or send via sockets. The given vio object itself is not freed as normaly located in the applications stack. if you want it to be freed you need to call free(3) yourself.
PARAMETERS
vio The VIO object to be closed.
RETURN VALUE
On success these calls return 0. On error, -1 is returned.
EXAMPLES
struct roar_vio_calls obj; roar_vio_open_fh(&obj, ROAR_STDOUT); roar_vio_puts(&obj, "Hello World! "); roar_vio_close(&obj);
SEE ALSO
roarvio(7), libroar(7), RoarAudio(7). RoarAudio May 2011 roar_vio_close(3)
Related Man Pages
roar_connectionref(3) - debian
roar_disconnect(3) - debian
roar_simple_close(3) - debian
roar_simple_connect(3) - debian
roarvs(7) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
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