Changeset 4528:98747bc86f9b in roaraudio for doc


Ignore:
Timestamp:
10/18/10 00:07:31 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

some more specs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/new-cmds

    r4526 r4528  
    3434 :(TODO) 
    3535+NOTIFY = 36 
    36  +=structof(WAIT) 
     36 #(+=structof(WAIT)) 
     37 #(Notify Types) 
     38 +NT_PROTO = NEEDS_CONST 
     39 +NT_SOCKET = NEEDS_CONST 
     40 +NT_SIGNAL = NEEDS_CONST 
     41 +NT_MSGQUEUE = NEEDS_CONST 
     42 +NT_FLOCK = NEEDS_CONST 
     43 +NT_FUTEX = NEEDS_CONST 
    3744+SEEK = 37 
    3845 +:version (TODO) 
     
    103110 +CCT_SESSDATA   = 4 #(This is some kind of data used in the session) 
    104111 +:data... (dataarray) 
     112+LIST = NEEDS_CONST 
     113+GET_OBJ = NEEDS_CONST 
     114+OBJCTL = NEEDS_CONST 
    105115*SERVER_INFO 
    106116 +IT_SERVER   = 1 
     
    157167  +STREAMSTATE_ERROR    = 5 #(Stream is in some error condition, parent client should close or kick it) 
    158168  +STREAMSTATE_NEEDSEEK = 6 #(like Error but stream can become usable again if you do a seek) 
     169 *PARA_FLAGS 
     170  +FLAG_SINGLESINK = 0x00040000 
     171  +TOGGLE_FLAG = NEEDS_CONST 
    159172 +PARA_HASHTABLE  = 6   #(GTN, UUID, ...) 
    160173  +:htsettertype (uint32) 
Note: See TracChangeset for help on using the changeset viewer.