Changeset 4091:a8fd464d7f34 in roaraudio for doc


Ignore:
Timestamp:
07/24/10 19:14:53 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

set some values and a lot types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/new-cmds

    r4090 r4091  
    2929 +:version (TODO) 
    3030 +:flags (TODO) 
    31  +:... (TODO) 
     31 :(TODO) 
    3232+NOTIFY = NEEDS_CONST 
    3333 +structof(WAIT) 
     
    6767 +CC_PROPTABLE = PARA_PROPTABLE 
    6868+LOOKUP = NEEDS_CONST 
    69  +:version (TODO) 
    70  +:flags (TODO) 
    71  +:ot (TODO) 
    72  +:ht (TODO) #(hash type) 
     69 +:version (uint8) 
     70 +:flags (uint8) 
     71 +:extflags (uint8) 
     72 +:ot (uint8) 
     73 +:ht (uint32) #(hash type) 
    7374 +:hash... (vardata) 
    7475*SERVER_INFO 
    75  +IT_SERVER   = NEEDS_CONST 
    76  +IT_COUNTERS = NEEDS_CONST 
    77  +IT_LISTEN   = NEEDS_CONST 
     76 +IT_SERVER   = 1 
     77  :(TODO) 
     78 +IT_COUNTERS = 2 
     79  +:version (uint8) 
     80  +:reserved (uint24) 
     81  +:data... (dataarray) 
     82  +::type (uint8) 
     83  +::flags (uint8) 
     84  +::reserved (uint16) 
     85  +::counter (uint32) 
     86  +CF_CURRENT = 0x01 #(Current value if set, sum if unset) 
     87  +CF_OTTYPE  = 0x02 #(Type is a OT_* type if set, or other if unset) 
     88 +IT_LISTEN   = 3 
     89  +:version (TODO) 
     90  +:listensocks... (dataarray) 
     91  +::id (uint16) 
     92  +::flags (uint8) 
     93  +::socktype (uint8) 
     94  +::proto (uint16) 
     95  +::byteorder (uint16) 
     96  +::dir (uint32) 
     97  +::auinfo (packed-audioinfo) #(4*4*8 = 128bit) 
     98  +::addrlen (uint16) 
     99  +::addr (padded-string(:addrlen)) 
     100  +LF_HAVEDIR = 0x01 
     101  +LF_HAVEAI  = 0x02 
    78102*[GS]ET_STREAM_PARA 
    79103 *PARA_INFO 
    80104  +STREAMSTATE_ERROR    = 5 #(Stream is in some error condition, parent client should close or kick it) 
    81105  +STREAMSTATE_NEEDSEEK = 6 #(like Error but stream can become usable again if you do a seek) 
    82  +PARA_HASHTABLE  = NEEDS_CONST   #(GTN, UUID, ...) 
    83   +:htsettertype (TODO) 
    84   +:htsettersize (TODO) 
    85   +:htsetterdata (TODO) 
     106 +PARA_HASHTABLE  = 6   #(GTN, UUID, ...) 
     107  +:htsettertype (uint32) 
     108  +:htsettersize (uint16) 
     109  +:htsetterdata (vardata) 
    86110  +:hashtable... (dataarray) 
    87   +::httype 
    88   +::htsize 
    89   +::htfunction 
     111  +::httype (uint32) 
     112  +::htsize (uint16) 
     113  +::htfunction (uint16) 
     114  +::htdata (vardata) 
    90115  +HT_MD5        = 1 
    91116  +HT_SHA1       = 2 
     
    120145  +HF_APP        = 8 #(The application, device or other source generating this object) 
    121146  +HF_FILE       = 9 #(The source file for this object) 
    122  +PARA_WININFO   = NEEDS_CONST 
    123  +PARA_PROPTABLE = NEEDS_CONST 
     147 +PARA_WININFO   = 7 
     148  :(TODO) 
     149  +:wsystype (uint8) 
     150  +:socktype (uint8) 
     151  +:display (uint8) 
     152  +:screen (uint8) 
     153  +:addrlen (uint16) 
     154  +:addr (padded-string(:addrlen)) 
     155  +:wins (dataarray) 
     156  +::window (uint32) 
     157 +PARA_PROPTABLE = 8 
     158  :(TODO) 
    124159*KICK,... 
    125160 +OT_MIXER    =  5 
     
    130165 +OT_MSGBUS   = 10 #(Message bus, message is gone as soon as all listening clients got it) 
    131166*ATTACH 
    132  +ATTACH_MIXER    = NEEDS_CONST 
    133  +ATTACH_BRIDGE   = NEEDS_CONST 
     167 *ATTACH_SOURCE 
     168  :(TODO) 
     169 *ATTACH_OUTPUT 
     170  :(TODO) 
     171 +ATTACH_MIXER    = 4 
     172  :(TODO) 
     173 +ATTACH_BRIDGE   = 5 
     174  :(TODO) 
    134175*SET_VOL 
    135176 +SET_VOL_MS      = 3 
Note: See TracChangeset for help on using the changeset viewer.