#include <waveheader.h>
Public Member Functions | |
| waveheader_t (Uint16 nc=2, Uint32 sa=48000, Uint16 bi=24) | |
| void | SetDataLength (Uint32 len) |
Public Attributes | |
| fourcc | fRIFF |
| LEUint32 | RIFF_len |
| fourcc | fWAVE |
| fourcc | ffmt_ |
| LEUint32 | fmt__len |
| LEUint16 | format |
| LEUint16 | nchannels |
| LEUint32 | samplespersec |
| LEUint32 | avgbps |
| LEUint16 | blockalign |
| LEUint16 | bitspersample |
| LEUint16 | cbsize |
| fourcc | data |
| LEUint32 | data_len |
| waveheader_t | ( | Uint16 | nc = 2, |
|
| Uint32 | sa = 48000, |
|||
| Uint16 | bi = 24 | |||
| ) | [inline] |
| void SetDataLength | ( | Uint32 | len | ) | [inline] |
1.5.1-p1