Changeset 1158:2a018971489b in roaraudio for include


Ignore:
Timestamp:
01/23/09 22:03:26 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_simple_stream_obj()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/simple.h

    r690 r1158  
    4141 
    4242int roar_simple_stream  (int rate, int channels, int bits, int codec, char * server, int dir, char * name); 
     43int roar_simple_stream_obj  (struct roar_stream * s, int rate, int channels, int bits, int codec, char * server, int dir, char * name); 
    4344 
    4445int roar_simple_new_stream (struct roar_connection * con, int rate, int channels, int bits, int codec, int dir); 
Note: See TracChangeset for help on using the changeset viewer.