Changeset 772:99fcf880c8b8 in roaraudio


Ignore:
Timestamp:
09/07/08 04:36:40 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

ROAR_ATTACH_*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/proto.h

    r756 r772  
    103103#define ROAR_AUTH_PASSWD  4 /* use password */ 
    104104 
     105// attach types... 
     106#define ROAR_ATTACH_SIMPLE 1 /* move a stream from one to another client (attach the stream to it) */ 
     107#define ROAR_ATTACH_SOURCE 2 /* attach a new source to the server */ 
     108#define ROAR_ATTACH_OUTPUT 3 /* attach a new output stream to the server */ 
     109 
    105110#endif 
    106111 
Note: See TracChangeset for help on using the changeset viewer.