Changeset 1252:96c2d4610e28 in roaraudio for include/libroar


Ignore:
Timestamp:
02/27/09 00:04:31 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

started with some simple converters for the VIO interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio.h

    r1247 r1252  
    9696int     roar_vio_close   (struct roar_vio_calls * vio); 
    9797 
     98// converters: 
     99int     roar_vio_open_file     (struct roar_vio_calls * calls, char * filename, int flags, mode_t mode); 
     100int     roar_vio_open_fh       (struct roar_vio_calls * calls, int fh); 
     101int     roar_vio_open_stdio    (struct roar_vio_calls * calls, FILE * dst); 
     102FILE *  roar_vio_to_stdio      (struct roar_vio_calls * calls, int flags); 
     103 
    98104 
    99105// possible VIOs: 
Note: See TracChangeset for help on using the changeset viewer.