WAV Class Reference#include <WAV.h>
List of all members.
Detailed Description
Definition at line 41 of file WAV.h.
Constructor & Destructor Documentation
Definition at line 45 of file WAV.h.
WAV::WAV |
( |
const WAV & |
|
) |
[private] |
Member Function Documentation
unsigned int WAV::GetSamplingRate |
( |
|
) |
[inline] |
unsigned int WAV::GetBitsPerSample |
( |
|
) |
[inline] |
size_t WAV::GetSoundUnitSize |
( |
|
) |
[inline] |
Definition at line 53 of file WAV.h.
byte* WAV::GetDataStart |
( |
|
) |
[inline] |
byte* WAV::GetDataEnd |
( |
|
) |
[inline] |
word WAV::get_word |
( |
byte * |
addr |
) |
[private] |
WAV& WAV::operator= |
( |
const WAV & |
|
) |
[private] |
Member Data Documentation
The documentation for this class was generated from the following files:
|