#include <WavFormatChunk.h>
Inheritance diagram for WavFormatChunk:

Public Member Functions | |
| WavFormatChunk (void) | |
| WavFormatChunk (WavChunkHeader *chh) | |
| WavFormatChunk (WavChunkHeader *chh, BinaryIO *io) | |
| void | read (BinaryIO *io) |
| void | write (BinaryIO *io) |
| UWORD16 | getFormatTag (void) const |
| UWORD16 | getBitsPerSample (void) const |
Static Public Attributes | |
| const UWORD16 | FormatPCM = 0x0001 |
Private Attributes | |
| UWORD16 | FormatTag |
| UWORD16 | Channels |
| UWORD32 | SamplesPerSec |
| UWORD32 | AvgBytesPerSec |
| UWORD16 | BlockAlign |
| UWORD16 | BitsPerSample |
| UWORD16 | AdditionalSize |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
Implements WavChunk. |
|
|
Reimplemented from WavChunk. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.7