Changeset 4327:7cad0bc2bcfc in roaraudio for include


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

added new OTs

Location:
include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/ctl.h

    r3517 r4327  
    8787char * roar_byteorder2str (int    byteorder); 
    8888 
     89int    roar_str2ot        (const char * ot); 
     90const char * roar_ot2str  (const int    ot); 
     91 
    8992#endif 
    9093 
  • 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.