debian man page for roar_vs_close

Query: roar_vs_close

OS: debian

Section: 3

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

roar_vs_close(3)					   RoarAudio Programmer's Manual					  roar_vs_close(3)

NAME
roar_vs_close - Closes a VS object
SYNOPSIS
#include <roaraudio.h> int roar_vs_close(roar_vs_t * vss, int killit, int * error);
DESCRIPTION
This function closes a open VS object. The object can be closed and pending data (mainly network and server side buffers) is played or killed so no pending data is played. The later one is useful in case of handling errors.
PARAMETERS
vss The VS object to be closed. killit Specifies if the stream should be killed on the server side. Must be ROAR_VS_TRUE or ROAR_VS_FALSE. 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 VALUE
On success these calls return 0. On error, -1 is returned.
EXAMPLES
FIXME
SEE ALSO
roarvs(7), libroar(7), RoarAudio(7). RoarAudio May 2011 roar_vs_close(3)
Related Man Pages
roar_vs_connection_obj(3) - debian
roar_vs_get_avail_write(3) - debian
roar_vs_new_from_con(3) - debian
roar_vs_stream_obj(3) - debian
roar_vs_vio_obj(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Is UNIX an open source OS ?
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?