|
FreeWRL / FreeX3D 4.3.0
|
Data Fields | |
| int | type |
| FILE * | fd |
| char | data [MAXBUFSIZE] |
| int | dataptr |
| int | wavdataoffset |
| float | pitch |
| int | bytes_remaining |
| int | ampl |
| int | balance |
| fmtChnk | FormatChunk |
| datChnk | DataChunk |
Definition at line 75 of file soundheader.h.
| int SNDFILE::ampl |
Definition at line 85 of file soundheader.h.
| int SNDFILE::balance |
Definition at line 86 of file soundheader.h.
| int SNDFILE::bytes_remaining |
Definition at line 82 of file soundheader.h.
| char SNDFILE::data[MAXBUFSIZE] |
Definition at line 78 of file soundheader.h.
| datChnk SNDFILE::DataChunk |
Definition at line 89 of file soundheader.h.
| int SNDFILE::dataptr |
Definition at line 79 of file soundheader.h.
| FILE* SNDFILE::fd |
Definition at line 77 of file soundheader.h.
| fmtChnk SNDFILE::FormatChunk |
Definition at line 88 of file soundheader.h.
| float SNDFILE::pitch |
Definition at line 81 of file soundheader.h.
| int SNDFILE::type |
Definition at line 76 of file soundheader.h.
| int SNDFILE::wavdataoffset |
Definition at line 80 of file soundheader.h.