Changeset 5091:00ed65cc59ad in roaraudio for include


Ignore:
Timestamp:
07/12/11 15:10:02 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added command ROAR_CMD_RAUM_SYNC and ROAR_CMD_SHIFT_DATA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/proto.h

    r5065 r5091  
    8080#define ROAR_CMD_PASSFH        30 /* send an fh via UNIX Domain Socket to the roard */ 
    8181 
    82 #define ROAR_CMD_GETTIMEOFDAY  31 
    83  
    84 #define ROAR_CMD_WHOAMI        32 
     82#define ROAR_CMD_GETTIMEOFDAY  31 /* get time of day from server */ 
     83 
     84#define ROAR_CMD_WHOAMI        32 /* returns the ID of the current client */ 
    8585 
    8686#define ROAR_CMD_DEVCTL        33 /* send control messages to devices */ 
     
    9393#define ROAR_CMD_CONCTL        40 /* change parameter for current connection */ 
    9494 
     95#define ROAR_CMD_SHIFT_DATA    41 /* get some data from the stream */ 
     96 
    9597// Reserved for RAUM project: 
    96 #define ROAR_CMD_RAUM_SEEKTABLE 201 
    97 #define ROAR_CMD_RAUM_PICTURE   202 
     98#define ROAR_CMD_RAUM_SEEKTABLE 201 /* contains a seektable */ 
     99#define ROAR_CMD_RAUM_PICTURE   202 /* contains a picture block */ 
     100#define ROAR_CMD_RAUM_SYNC      203 /* used for raw-seeking, contains a magic pattern */ 
    98101// End of reserved block 
    99102 
Note: See TracChangeset for help on using the changeset viewer.