Changeset 2841:29c0a0293758 in roaraudio for include/libroar/vio.h


Ignore:
Timestamp:
10/03/09 18:11:33 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_vio_simple_new_stream_obj()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio.h

    r2060 r2841  
    3737 
    3838#include "libroar.h" 
     39 
     40struct roar_connection; 
    3941 
    4042// sys io: 
     
    8183int     roar_vio_simple_stream (struct roar_vio_calls * calls, int rate, int channels, int bits, int codec, 
    8284                                                               char * server, int dir, char * name); 
     85 
     86int     roar_vio_simple_new_stream_obj (struct roar_vio_calls * calls, 
     87                                        struct roar_connection * con, 
     88                                        struct roar_stream * s, 
     89                                        int rate, int channels, int bits, int codec, int dir); 
    8390 
    8491// possible VIOs: 
Note: See TracChangeset for help on using the changeset viewer.