Changeset 3876:72207cdc25b7 in roaraudio


Ignore:
Timestamp:
05/21/10 10:55:52 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

defines for message flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/proto.h

    r3811 r3876  
    124124#define ROAR_STREAM_PARA_ROLE       5 
    125125 
     126// Message flags: 
     127#define ROAR_MF_NONE                0x00000000 /* No flags set */ 
     128#define ROAR_MF_SID                 0x00000001 /* Stream ID */ 
     129#define ROAR_MF_SPOS                0x00000002 /* Stream Possition */ 
     130#define ROAR_MF_DL                  0x00000004 /* Data Length */ 
     131#define ROAR_MF_LSID                0x00000008 /* Long Stream ID */ 
     132#define ROAR_MF_LSPOS               0x00000010 /* Long Stream Possition */ 
     133#define ROAR_MF_LDL                 0x00000020 /* Long Data Length */ 
     134#define ROAR_MF_ED                  0x00000040 /* Error Detection */ 
     135#define ROAR_MF_MF                  0x00000080 /* Meta Framing */ 
     136#define ROAR_MF_UNIID               0x00000100 /* Stream ID is Universal ID */ 
     137 
    126138struct roar_timeofday { 
    127139 int64_t  t_sec;   // secund part of system time 
Note: See TracChangeset for help on using the changeset viewer.