source: roaraudio/doc/man3/roar_simple_close.3 @ 5596:1ce1dbc91d6e

Last change on this file since 5596:1ce1dbc91d6e was 5596:1ce1dbc91d6e, checked in by phi, 12 years ago

corrected date

File size: 1.1 KB
Line 
1.\" roar_simple_play.3:
2
3.TH "roar_simple_close" "3" "July 2012" "RoarAudio" "System Manager's Manual: RoarAudio"
4
5.SH NAME
6roar_simple_close \- close a simple RoarAudio connection
7
8.SH SYNOPSIS
9
10#include <roaraudio.h>
11
12int roar_simple_close(int fh);
13
14.SH "DESCRIPTION"
15Closes a filehandle opened via \fBroar_simple_play\fR(3), \fBroar_simple_monitor\fR(3), \fBroar_simple_record\fR(3), \fBroar_simple_filter\fR(3) or \fBroar_simple_new_stream\fR(3).
16
17This function was removed in version 1.0beta0-pr0. Use \fBroar_vs_close\fR(3).
18
19.SH "PARAMETERS"
20.TP
21\fBfh\fR
22The filehandle to be closed.
23
24.SH "RETURN VALUE"
25On success these calls return 0.  On error, \-1 is returned.
26
27.SH "EXAMPLES"
28Examples of these calls are the tools \fBroarcat\fR(1), \fBroarmon\fR(1), \fBroarrec\fR(1) and \fBroarfilt\fR(1).
29Just look at there code. They aren't that complex.
30
31.SH "SEE ALSO"
32\fBroar_vs_close\fR(3),
33\fBroar_simple_play\fR(3),
34\fBroar_simple_monitor\fR(3),
35\fBroar_simple_record\fR(3),
36\fBroar_simple_filter\fR(3),
37\fBroar_simple_new_stream\fR(3),
38\fBlibroar\fR(7),
39\fBRoarAudio\fR(7).
40
41.\" ll
Note: See TracBrowser for help on using the repository browser.