Changeset 119:8669a32c3bdd in roaraudio for include/libroar/simple.h


Ignore:
Timestamp:
07/13/08 14:54:17 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added a way to get the roar_stream object when using roar_simple_new_stream*()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/simple.h

    r82 r119  
    1111 
    1212int roar_simple_new_stream (struct roar_connection * con, int rate, int channels, int bits, int codec, int dir); 
     13int roar_simple_new_stream_obj (struct roar_connection * con, struct roar_stream * s, int rate, int channels, int bits, int 
     14codec, int dir); 
    1315 
    1416int roar_simple_play    (int rate, int channels, int bits, int codec, char * server, char * name); 
Note: See TracChangeset for help on using the changeset viewer.