Changeset 5032:b2c8bbc7907f in roaraudio for doc/man3/roar_server_oinfo.3


Ignore:
Timestamp:
05/28/11 17:23:34 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

some manpage correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/man3/roar_server_oinfo.3

    r4013 r5032  
    11.\" roar_simple_play.3: 
    22 
    3 .TH "roar_server_oinfo" "3" "July 2008" "RoarAudio" "System Manager's Manual: RoarAuido" 
     3.TH "roar_server_oinfo2" "3" "May 2011" "RoarAudio" "System Manager's Manual: RoarAudio" 
    44 
    55.SH NAME 
    6 roar_server_oinfo \- Gets information on the output stream of RoarAudio's sound server 
     6roar_server_oinfo, roar_server_oinfo2 \- Gets information on the output stream of RoarAudio's sound server 
    77 
    88.SH SYNOPSIS 
     
    1111 
    1212int 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); 
    1314 
    1415.SH "DESCRIPTION" 
    15 Gets information on the output stream of the sound server. The output stream is the stream it sends 
    16 to the soundcard. This can be used to get optimal parameters for all operations so the server don't need to resample. 
     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. 
    1720 
    1821.SH "PARAMETERS" 
     
    2528A stream object to be filled with information on the output stream. 
    2629 
     30.TP 
     31\fBdir\fR 
     32The stream direction to query mixer data for. 
     33 
    2734.SH "RETURN VALUE" 
    2835On success these calls return 0.  On error, \-1 is returned. 
     
    3239 
    3340.SH "SEE ALSO" 
    34 \fBroar_simple_filter\fR(3), 
    35 \fBroar_simple_monitor\fR(3), 
    3641\fBlibroar\fR(7), 
    3742\fBRoarAudio\fR(7). 
Note: See TracChangeset for help on using the changeset viewer.