#include "tdef.h"


Ir al código fuente de este archivo.
Definiciones | |
| #define | SB16IO_RECORD8 TRUE |
| #define | SB16IO_RECORD16 FALSE |
| #define | SB16IO_PLAY8 FALSE |
| #define | SB16IO_PLAY16 TRUE |
| #define | SB16IO_STEREO TRUE |
| #define | SB16IO_STEREO8 TRUE |
| #define | SB16IO_STEREO16 TRUE |
| #define | SB16IO_MONO FALSE |
| #define | SB16IO_MONO8 FALSE |
| #define | SB16IO_MONO16 FALSE |
| #define | SB16IO_NOUSRPROC 0 |
| #define | SB16IO_NOCALLBACK 0 |
| #define | SB16IO_WAITNEW TRUE |
| #define | SB16IO_NOWAIT FALSE |
Funciones | |
| UINT16 | sb16io_open (BOOL record8, UINT16 srate, BOOL stereo8, BOOL stereo16, UINT16 blklen, VOID(PTRF usrproc)(VOID)) |
| UINT16 | sb16io_close (VOID) |
| UINT16 | sb16io_start (VOID) |
| UINT16 | sb16io_stop (VOID) |
| UINT16 | sb16io_getoverrun (VOID) |
| UINT16 | sb16io_pause (VOID) |
| UINT16 | sb16io_continue (VOID) |
| pfINT16 | sb16io_get16 (BOOL waitnew) |
| pfINT8 | sb16io_get8 (BOOL waitnew) |
| UINT16 | sb16io_setdelay (UINT16 delay) |
| UINT16 sb16io_open | ( | BOOL | record8, | |
| UINT16 | srate, | |||
| BOOL | stereo8, | |||
| BOOL | stereo16, | |||
| UINT16 | blklen, | |||
| VOID(PTRF usrproc)(VOID) | ||||
| ) |
1.5.6