#include "sysdep.h"| #define PVX_VERSION (1) |
| #define SIZEOF_FMTPVOCEX (80) |
| #define SIZEOF_WFMTEX (18) |
| typedef enum pvoc_sampletype pv_stype |
| typedef enum pvoc_windowtype pv_wtype |
| typedef struct WAVEFORMATEXTENSIBLE * PWAVEFORMATEXTENSIBLE |
| enum pvoc_frametype |
| enum pvoc_sampletype |
| enum pvoc_windowtype |
| enum pvoc_wordformat |
| int init_pvsys | ( | CSOUND * | ) |
| int pvoc_closefile | ( | CSOUND * | , | |
| int | ||||
| ) |
| int pvoc_createfile | ( | CSOUND * | , | |
| const char * | , | |||
| uint32 | , | |||
| uint32 | , | |||
| uint32 | , | |||
| uint32 | , | |||
| int32 | , | |||
| int | , | |||
| int | , | |||
| float | , | |||
| float * | , | |||
| uint32 | ||||
| ) |
| const char* pvoc_errorstr | ( | CSOUND * | ) |
| int pvoc_framecount | ( | CSOUND * | , | |
| int | ifd | |||
| ) |
| int pvoc_fseek | ( | CSOUND * | , | |
| int | ifd, | |||
| int | offset | |||
| ) |
| int pvoc_openfile | ( | CSOUND * | , | |
| const char * | filename, | |||
| PVOCDATA * | data, | |||
| WAVEFORMATEX * | fmt | |||
| ) |
| int pvsys_release | ( | CSOUND * | ) |
1.6.2