source: roaraudio/roard/include/driver_ao.h @ 0:2a41d2f42394

Last change on this file since 0:2a41d2f42394 was 0:2a41d2f42394, checked in by phi, 16 years ago

Initial revision

File size: 457 bytes
Line 
1//driver_ao.h:
2
3#ifndef _DRIVER_AO_H_
4#define _DRIVER_AO_H_
5
6int driver_ao_open(DRIVER_USERDATA_T * inst, char * device, struct roar_audio_info * info);
7int driver_ao_close(DRIVER_USERDATA_T   inst);
8int driver_ao_pause(DRIVER_USERDATA_T   inst, int newstate);
9int driver_ao_write(DRIVER_USERDATA_T   inst, char * buf, int len);
10int driver_ao_read(DRIVER_USERDATA_T   inst, char * buf, int len);
11int driver_ao_flush(DRIVER_USERDATA_T   inst);
12
13#endif
14
15//ll
Note: See TracBrowser for help on using the repository browser.