Changeset 1193:802c6cd9d484 in roaraudio for doc


Ignore:
Timestamp:
02/04/09 15:00:58 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

list of stream options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/man1/roard.1

    r1189 r1193  
    100100.TP 
    101101\fB-oO\fR 
    102 Sets options for the new stream. 
     102Sets options for the new stream. See STREAM OPTIONS. 
    103103 
    104104.TP 
     
    161161Close the given FH. This is not useful for endusers but used internaly. 
    162162 
     163 
     164.SH "STREAM OPTIONS" 
     165.TP 
     166\fBrate\fR 
     167Sets the sample rate. 
     168 
     169.TP 
     170\fBchannels\fR 
     171Sets the number of channels. 
     172 
     173.TP 
     174\fBbits\fR 
     175Sets the number of bits per sample. 
     176 
     177.TP 
     178\fBcodec\fR 
     179Sets the codec. 
     180 
     181.TP 
     182\fBmeta\fR 
     183Sets the meta flag. 
     184 
     185.TP 
     186\fBsync\fR 
     187Sets the sync flag. 
     188 
     189.TP 
     190Example: 
     191rate=44100,bits=16,channels=2,codec=pcm,sync 
    163192 
    164193.SH "ENVIRONMENT VARIABLES" 
Note: See TracChangeset for help on using the changeset viewer.