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
WAVError WAV::CopyTo |
( |
OSoundVectorData * |
data |
) |
|
|
longword WAV::get_longword |
( |
byte * |
addr |
) |
[private] |
|
word WAV::get_word |
( |
byte * |
addr |
) |
[private] |
|
unsigned int WAV::GetBitsPerSample |
( |
|
) |
[inline] |
|
byte* WAV::GetDataEnd |
( |
|
) |
[inline] |
|
byte* WAV::GetDataStart |
( |
|
) |
[inline] |
|
unsigned int WAV::GetSamplingRate |
( |
|
) |
[inline] |
|
size_t WAV::GetSoundUnitSize |
( |
|
) |
[inline] |
|
|
Definition at line 53 of file WAV.h. |
WAV& WAV::operator= |
( |
const WAV & |
|
) |
[private] |
|
Member Data Documentation
The documentation for this class was generated from the following files:
|