Changeset 5278:b3e0dd3f3141 in roaraudio for include/libroardsp


Ignore:
Timestamp:
11/21/11 00:42:20 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

last parts of merging _nonblock into _ctl and fixed sizeof(cmd) of _ctls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/vio_transcode.h

    r4708 r5278  
    4141int     roar_vio_open_xcode    (struct roar_vio_calls * calls, int encoder, struct roar_audio_info * info, struct roar_vio_calls * dst); 
    4242ssize_t roar_vio_xcode_proc    (struct roar_vio_calls * vio, void *buf, size_t count); 
    43 off_t   roar_vio_xcode_lseek   (struct roar_vio_calls * vio, off_t offset, int whence); 
    44 int     roar_vio_xcode_nonblock(struct roar_vio_calls * vio, int state); 
    4543int     roar_vio_xcode_sync    (struct roar_vio_calls * vio); 
    46 int     roar_vio_xcode_ctl     (struct roar_vio_calls * vio, int cmd, void * data); 
    4744int     roar_vio_xcode_close   (struct roar_vio_calls * vio); 
    4845 
     
    5047ssize_t roar_vio_bixcode_read    (struct roar_vio_calls * vio, void *buf, size_t count); 
    5148ssize_t roar_vio_bixcode_write   (struct roar_vio_calls * vio, void *buf, size_t count); 
    52 off_t   roar_vio_bixcode_lseek   (struct roar_vio_calls * vio, off_t offset, int whence); 
    53 int     roar_vio_bixcode_nonblock(struct roar_vio_calls * vio, int state); 
    5449int     roar_vio_bixcode_sync    (struct roar_vio_calls * vio); 
    55 int     roar_vio_bixcode_ctl     (struct roar_vio_calls * vio, int cmd, void * data); 
    5650int     roar_vio_bixcode_close   (struct roar_vio_calls * vio); 
    5751 
Note: See TracChangeset for help on using the changeset viewer.