source: roaraudio/doc/man3/roar_server_oinfo.3 @ 4013:abd38c189de7

Last change on this file since 4013:abd38c189de7 was 4013:abd38c189de7, checked in by phi, 14 years ago

some manpage fixes

File size: 931 bytes
Line 
1.\" roar_simple_play.3:
2
3.TH "roar_server_oinfo" "3" "July 2008" "RoarAudio" "System Manager's Manual: RoarAuido"
4
5.SH NAME
6roar_server_oinfo \- Gets information on the output stream of RoarAudio's sound server
7
8.SH SYNOPSIS
9
10#include <roaraudio.h>
11
12int roar_server_oinfo(struct roar_connection * con, struct roar_stream * s);
13
14.SH "DESCRIPTION"
15Gets information on the output stream of the sound server. The output stream is the stream it sends
16to the soundcard. This can be used to get optimal parameters for all operations so the server don't need to resample.
17
18.SH "PARAMETERS"
19.TP
20\fBcon\fR
21The connection to the server.
22
23.TP
24\fBs\fR
25A stream object to be filled with information on the output stream.
26
27.SH "RETURN VALUE"
28On success these calls return 0.  On error, \-1 is returned.
29
30.SH "EXAMPLES"
31FIXME
32
33.SH "SEE ALSO"
34\fBroar_simple_filter\fR(3),
35\fBroar_simple_monitor\fR(3),
36\fBlibroar\fR(7),
37\fBRoarAudio\fR(7).
38
39.\" ll
Note: See TracBrowser for help on using the repository browser.