Changeset 5029:3972fbbafc39 in roaraudio for include


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.