Changeset 4327:7cad0bc2bcfc in roaraudio for include/roaraudio


Ignore:
Timestamp:
09/09/10 16:19:32 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added new OTs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/proto.h

    r4267 r4327  
    100100 
    101101// object types... 
    102 #define ROAR_OT_CLIENT 1 
    103 #define ROAR_OT_STREAM 2 
    104 #define ROAR_OT_SOURCE 3 
    105 #define ROAR_OT_SAMPLE 4 
     102#define ROAR_OT_CLIENT    1 
     103#define ROAR_OT_STREAM    2 
     104#define ROAR_OT_SOURCE    3 
     105#define ROAR_OT_SAMPLE    4 
     106#define ROAR_OT_OUTPUT    5 
     107#define ROAR_OT_MIXER     6 
     108#define ROAR_OT_BRIDGE    7 
     109#define ROAR_OT_LISTEN    8 
     110#define ROAR_OT_ACTION    9 
     111#define ROAR_OT_MSGQUEUE 10 
     112#define ROAR_OT_MSGBUS   11 
    106113 
    107114// auth types... 
Note: See TracChangeset for help on using the changeset viewer.