Changeset 4538:b809f0dcd86a in roaraudio for include


Ignore:
Timestamp:
10/23/10 13:00:54 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

implemented support for sending extended flags over the network

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/stream.h

    r4296 r4538  
    9191int roar_stream_set_chanmap (struct roar_connection * con, struct roar_stream * s, char * map, size_t   len); 
    9292 
    93 int roar_stream_set_flags (struct roar_connection * con, struct roar_stream * s, int flags, int reset); 
     93int roar_stream_set_flags  (struct roar_connection * con, struct roar_stream * s, int flags, int reset); 
     94int roar_stream_set_flags2 (struct roar_connection * con, struct roar_stream * s, uint32_t flags, int action); 
    9495 
    9596int roar_stream_set_role  (struct roar_connection * con, struct roar_stream * s, int role); 
Note: See TracChangeset for help on using the changeset viewer.