Changeset 1291:ba7f52e15690 in roaraudio for include/libroar/vio.h


Ignore:
Timestamp:
03/12/09 02:23:49 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_vio_open_socket() and useless roar_vio_open_socket_listen()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio.h

    r1290 r1291  
    101101int     roar_vio_open_fh_socket(struct roar_vio_calls * calls, int fh); 
    102102 
     103int     roar_vio_open_socket   (struct roar_vio_calls * calls, char * host, int port); 
     104int     roar_vio_open_socket_listen(struct roar_vio_calls * calls, int type, char * host, int port); 
     105 
    103106int     roar_vio_simple_stream (struct roar_vio_calls * calls, int rate, int channels, int bits, int codec, 
    104107                                                               char * server, int dir, char * name); 
Note: See TracChangeset for help on using the changeset viewer.