Changeset 4212:751dd56180b9 in roaraudio for include/libroar/vs.h


Ignore:
Timestamp:
08/20/10 02:41:08 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_vs_role()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vs.h

    r4206 r4212  
    177177int     roar_vs_meta          (roar_vs_t * vss, struct roar_keyval * kv, size_t len, int * error); 
    178178 
     179/* sets the stream role 
     180 * see ../roaraudio/stream.h for possible roles 
     181 * Returns 0 on no error and -1 on error. 
     182 */ 
     183int     roar_vs_role          (roar_vs_t * vss, int role, int * error); 
     184 
    179185/* Get used connection object 
    180186 * This may be usefull if you want to use functions from the main API. 
Note: See TracChangeset for help on using the changeset viewer.