/[svn]/liblscp/trunk/lscp/event.h
ViewVC logotype

Diff of /liblscp/trunk/lscp/event.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 146 by capela, Fri Jun 25 12:00:25 2004 UTC revision 562 by capela, Sun May 22 11:27:56 2005 UTC
# Line 34  extern "C" { Line 34  extern "C" {
34  typedef enum _lscp_event_t  typedef enum _lscp_event_t
35  {  {
36      LSCP_EVENT_NONE             = 0x0000,      LSCP_EVENT_NONE             = 0x0000,
37      LSCP_EVENT_CHANNELS         = 0x0001,      LSCP_EVENT_CHANNEL_COUNT    = 0x0001,
38      LSCP_EVENT_VOICE_COUNT      = 0x0002,      LSCP_EVENT_VOICE_COUNT      = 0x0002,
39      LSCP_EVENT_STREAM_COUNT     = 0x0004,      LSCP_EVENT_STREAM_COUNT     = 0x0004,
40      LSCP_EVENT_BUFFER_FILL      = 0x0008,      LSCP_EVENT_BUFFER_FILL      = 0x0008,

Legend:
Removed from v.146  
changed lines
  Added in v.562

  ViewVC Help
Powered by ViewVC