Changeset 1290:a2d5f830e560 in roaraudio for include/libroar/vio.h


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

added call to fh -> vio for sockets, needed for win32 in future

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio.h

    r1284 r1290  
    9999int     roar_vio_open_file     (struct roar_vio_calls * calls, char * filename, int flags, mode_t mode); 
    100100int     roar_vio_open_fh       (struct roar_vio_calls * calls, int fh); 
     101int     roar_vio_open_fh_socket(struct roar_vio_calls * calls, int fh); 
    101102 
    102103int     roar_vio_simple_stream (struct roar_vio_calls * calls, int rate, int channels, int bits, int codec, 
Note: See TracChangeset for help on using the changeset viewer.