Changeset 1163:ce49355d789e in roaraudio for include/libroar/simple.h


Ignore:
Timestamp:
01/24/09 02:13:31 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added internal roar_simple_new_stream_attachexeced_obj() function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/simple.h

    r1158 r1163  
    4343int roar_simple_stream_obj  (struct roar_stream * s, int rate, int channels, int bits, int codec, char * server, int dir, char * name); 
    4444 
     45int roar_simple_new_stream_attachexeced_obj (struct roar_connection * con, struct roar_stream * s, int rate, int channels, int bits, int codec, int dir); 
     46 
    4547int roar_simple_new_stream (struct roar_connection * con, int rate, int channels, int bits, int codec, int dir); 
    4648int roar_simple_new_stream_obj (struct roar_connection * con, struct roar_stream * s, int rate, int channels, int bits, int 
Note: See TracChangeset for help on using the changeset viewer.