source: roaraudio/doc/man3/roar_server_oinfo.3 @ 5050:ac5ec473f00c

Last change on this file since 5050:ac5ec473f00c was 5032:b2c8bbc7907f, checked in by phi, 13 years ago

some manpage correction

File size: 1.0 KB
Line 
1.\" roar_simple_play.3:
2
3.TH "roar_server_oinfo2" "3" "May 2011" "RoarAudio" "System Manager's Manual: RoarAudio"
4
5.SH NAME
6roar_server_oinfo, roar_server_oinfo2 \- 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);
13int roar_server_oinfo2(struct roar_connection * con, struct roar_stream * s, int dir);
14
15.SH "DESCRIPTION"
16Gets information about the default mixer stream for the given stream direction.
17This can be used to get optimal parameters for all operations so the server don't need to resample.
18
19roar_server_oinfo() is marked as obsolete and will be removed soon.
20
21.SH "PARAMETERS"
22.TP
23\fBcon\fR
24The connection to the server.
25
26.TP
27\fBs\fR
28A stream object to be filled with information on the output stream.
29
30.TP
31\fBdir\fR
32The stream direction to query mixer data for.
33
34.SH "RETURN VALUE"
35On success these calls return 0.  On error, \-1 is returned.
36
37.SH "EXAMPLES"
38FIXME
39
40.SH "SEE ALSO"
41\fBlibroar\fR(7),
42\fBRoarAudio\fR(7).
43
44.\" ll
Note: See TracBrowser for help on using the repository browser.