Changeset 5032:b2c8bbc7907f in roaraudio for doc/man3/roar_get_vol.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_get_vol.3

    r4013 r5032  
    11.\" roar_simple_play.3: 
    22 
    3 .TH "roar_get_vol" "3" "July 2008" "RoarAudio" "System Manager's Manual: RoarAuido" 
     3.TH "roar_get_vol" "3" "May 2011" "RoarAudio" "System Manager's Manual: RoarAudio" 
    44 
    55.SH NAME 
    6 roar_get_vol, roar_set_vol \- Set mixer levels or RoarAudio streams 
     6roar_get_vol, roar_set_vol, roar_set_vol2 \- Set mixer levels or RoarAudio streams 
    77 
    88.SH SYNOPSIS 
     
    1212int roar_set_vol(struct roar_connection * con, int id, struct roar_mixer_settings * mixer, int   channels); 
    1313 
     14int roar_set_vol2     (struct roar_connection * con, int id, struct roar_mixer_settings * mixer, int   channels, int mode); 
     15 
    1416int roar_get_vol(struct roar_connection * con, int id, struct roar_mixer_settings * mixer, int * channels); 
    1517 
     
    1719This call gets or sets the mixing levels for a stream. 
    1820 
    19 \fBNOTE: This call is not marked as forzen, it's interface may change in newer versions!\fR 
     21roar_set_vol() is marked obsolete and will be removed soon, use roar_set_vol2(). 
    2022 
    2123.SH "PARAMETERS" 
     
    2830The ID of the stream to change. 
    2931 
    30 \fBNOTE:\fR the type of this argument may change in newer versions of the lib! 
    31  
    3232.TP 
    3333\fBmixer\fR 
    34 FIXME 
     34The mixer state for the stream. 
    3535 
    3636.TP 
    3737\fBchannels\fR 
    38 FIXME 
     38The number of channels to set mixer data for or the number of channels mixer data is returned. 
     39 
     40.TP 
     41\fBmode\fR 
     42The mode of operating. Currently the following modes are supported: 
     43ROAR_SET_VOL_ALL, ROAR_SET_VOL_MS, ROAR_SET_VOL_UNMAPPED. 
    3944 
    4045.SH "RETURN VALUE" 
Note: See TracChangeset for help on using the changeset viewer.