Changeset 4087:5c2b47abf01a in roaraudio


Ignore:
Timestamp:
07/24/10 16:26:03 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

more infos, more consts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/new-cmds

    r4086 r4087  
    22 +:version 
    33 +:type 
     4 +:vendor 
     5 +VENDOR_ROARAUDIO 
     6 +VENDOR_BASICDEV 
    47 +:subtype 
    58 +:flags 
     
    1720 +CT_STANDARDS 
    1821 +::dataarray 
    19  +:::vendor (8bit) 
     22 +:::stdvendor (8bit) 
    2023 +STDV_ROARAUDIO 
    2124 +STDV_PROTO 
    2225 +STDV_RFC 
    23  +:::version (8bit) 
     26 +:::stdversion (8bit) 
    2427 +:::standard (16bit) 
    2528+WAIT 
     
    3942 +:seek at 
    4043 +:seek to 
     44 +:seek whence 
    4145 +SF_CONT_WHILE_SEEK 
    4246 +SF_CONT_ON_ERROR 
    4347 +SF_HINT 
    4448 +SF_SEEK 
     49 +HQ_BAD       = 0 
     50 +HQ_BAD_NB    = 1 #(bad, not before this possition) 
     51 +HQ_NEAR      = 2 
     52 +HQ_NEAR_NB   = 3 #(Near, not before this possition) 
     53 +HQ_GOOD      = 4 
     54 +HQ_GOOD_NB   = 5 #(good, not before this possition) 
     55 +HQ_EXACT     = HQ_EXACT_NB #(ID 6 is skiped here) 
     56 +HQ_EXACT_NB  = 7 
     57 +WHENCE_BEGIN = 0 
     58 +WHENCE_CUR   = 1 
     59 +WHENCE_END   = 2 
    4560+CLIENTCTL 
    4661 +:version 
     
    6277 +IT_LISTEN 
    6378*[GS]ET_STREAM_PARA 
     79 *PARA_INFO 
     80  +STREAMSTATE_ERROR    #(Stream is in some error condition, parent client should close or kick it) 
     81  +STREAMSTATE_NEEDSEEK #(like Error but stream can become usable again if you do a seek) 
    6482 +PARA_HASHTABLE     #(GTN, UUID, ...) 
    65   +HT_{MD5,SHA{1,256,384,512,224},RIPEMD160,...} = OpenPGP_HASH_ID(name) 
    66   +HT_GTN{8,16,32,64} 
    67   +HT_UUID 
    68   +HT_{S,C,...}ID 
     83  +:htsettertype 
     84  +:htsettersize 
     85  +:htsetterdata 
     86  +:datarray 
     87  +::httype 
     88  +::htsize 
     89  +::htfunction 
     90  +HT_MD5        = 1 
     91  +HT_SHA1       = 2 
     92  +HT_RIPEMD160  = 3 
     93  +HT_SHA256     = 8 
     94  +HT_SHA384     = 9 
     95  +HT_SHA512     = 10 
     96  +HT_SHA224     = 11 
     97  +HT_UUID       = 70000 
     98  +HT_GTN8       = 70001 
     99  +HT_GTN16      = 70002 
     100  +HT_GTN32      = 70004 
     101  +HT_GTN64      = 70008 
     102  +HT_CLIENTID   = 71000 + OT_CLIENT   = 71001 
     103  +HT_STREAMID   = 71000 + OT_STREAM   = 71002 
     104  +HT_SOURCEID   = 71000 + OT_SOURCE   = 71003 
     105  +HT_SAMPLEID   = 71000 + OT_SAMPLE   = 71004 
     106  +HT_MIXERID    = 71000 + OT_MIXER    = 71005 
     107  +HT_BRIDGEID   = 71000 + OT_BRIDGE   = 71006 
     108  +HT_LISTENID   = 71000 + OT_LISTEN   = 71007 
     109  +HT_ACTIONID   = 71000 + OT_ACTION   = 71008 
     110  +HT_MSGQUEUEID = 71000 + OT_MSGQUEUE = 71009 
     111  +HT_MSGBUSID   = 71000 + OT_MSGBUS   = 71010 
     112  +HF_NONE       = 0 #(This entry does not have anything to do with the object...) 
     113  +HF_OBJECT     = 1 #(This is an entry for exacltly this object) 
     114  +HF_PARENT     = 2 #(This is the parent object) 
     115  +HF_LOGIC      = 3 #(This is a logic group of this object) 
     116  +HF_PERMANENT  = 4 #(This can be used to acces exactly this object with a premanent address) 
     117  +HF_DEVICE     = 5 #(The device this is on or the device itself if this is a device) 
     118  +HF_DISK       = 6 #(The disk this is on, if this is a disk the same as HF_DEVICE) 
     119  +HF_SONG       = 7 #(This identifys the Song. This may for example be used with Tantalos) 
     120  +HF_APP        = 8 #(The application, device or other source generating this object) 
     121  +HF_FILE       = 9 #(The source file for this object) 
    69122 +PARA_WININFO 
    70123 +PARA_PROPTABLE 
    71124*KICK,... 
    72  +OT_MIXER 
    73  +OT_BRIDGE 
    74  +OT_LISTEN 
    75  +OT_ACTION 
    76  +OT_MSGQUEUE #(Message queue, message is gone as soon as one client took it) 
    77  +OT_MSGBUS   #(Message bus, message is gone as soon as all listening clients got it) 
     125 +OT_MIXER    =  5 
     126 +OT_BRIDGE   =  6 
     127 +OT_LISTEN   =  7 
     128 +OT_ACTION   =  8 
     129 +OT_MSGQUEUE =  9 #(Message queue, message is gone as soon as one client took it) 
     130 +OT_MSGBUS   = 10 #(Message bus, message is gone as soon as all listening clients got it) 
    78131*ATTACH 
    79132 +ATTACH_MIXER 
Note: See TracChangeset for help on using the changeset viewer.