Changeset 5029:3972fbbafc39 in roaraudio


Ignore:
Timestamp:
05/28/11 12:08:30 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updates new-cmds -> proto.h, added ROAR_CMD_RAUM_PICTURE and ROAR_STREAM_PARA_USAGE

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/new-cmds

    r4907 r5029  
    244244  :(TODO) 
    245245 +PARA_LTM       = 9 
     246 +PARA_USAGE     = 10 #(Used by RAUM) 
    246247*KICK,... 
    247248 +OT_OUTPUT   =  5 
     
    268269-GET_ACL #(reasignmened) 
    269270-SET_ACL #(reasignmened) 
     271+RAUM_PICTURE = 202 #(Used by RAUM to store pictures) 
    270272!SECTIONEND 
    271273!SECTION: Codecs 
  • include/roaraudio/proto.h

    r4708 r5029  
    9595// Reserved for RAUM project: 
    9696#define ROAR_CMD_RAUM_SEEKTABLE 201 
     97#define ROAR_CMD_RAUM_PICTURE   202 
    9798// End of reserved block 
    9899 
     
    146147 
    147148// attach types... 
    148 #define ROAR_ATTACH_SIMPLE 1 /* move a stream from one to another client (attach the stream to it) */ 
    149 #define ROAR_ATTACH_SOURCE 2 /* attach a new source to the server */ 
    150 #define ROAR_ATTACH_OUTPUT 3 /* attach a new output stream to the server */ 
     149#define ROAR_ATTACH_SIMPLE  1 /* move a stream from one to another client (attach the stream to it) */ 
     150#define ROAR_ATTACH_SOURCE  2 /* attach a new source to the server */ 
     151#define ROAR_ATTACH_OUTPUT  3 /* attach a new output stream to the server */ 
     152#define ROAR_ATTACH_MIXER   4 /* attach a new hwmixer stream to the server */ 
     153#define ROAR_ATTACH_BRIDGE  5 /* attach a new bridge stream to the server */ 
    151154 
    152155// modes for ROAR_CMD_?ET_STREAM_PARA... 
     
    160163#define ROAR_STREAM_PARA_PROPTABLE  8 
    161164#define ROAR_STREAM_PARA_LTM        9 
     165#define ROAR_STREAM_PARA_USAGE     10 /* used by RAUM */ 
    162166 
    163167// Message flags: 
Note: See TracChangeset for help on using the changeset viewer.