Changeset 2640:a625ee142c06 in roaraudio


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

both, read and write are the same

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/vio_transcode.h

    r2638 r2640  
    3939 
    4040int     roar_vio_open_xcode    (struct roar_vio_calls * calls, int encoder, struct roar_audio_info * info, struct roar_vio_calls * dst); 
    41 ssize_t roar_vio_xcode_read    (struct roar_vio_calls * vio, void *buf, size_t count); 
    42 ssize_t roar_vio_xcode_write   (struct roar_vio_calls * vio, void *buf, size_t count); 
     41ssize_t roar_vio_xcode_proc    (struct roar_vio_calls * vio, void *buf, size_t count); 
    4342off_t   roar_vio_xcode_lseek   (struct roar_vio_calls * vio, off_t offset, int whence); 
    4443int     roar_vio_xcode_nonblock(struct roar_vio_calls * vio, int state); 
Note: See TracChangeset for help on using the changeset viewer.