#include <WaveLoader.h>
Classes | |
struct | DataChunk_t |
Structure of data chunk of wave-file. More... | |
struct | FormatChunk_t |
Structure of format chunk of wave-file. More... | |
Public Member Functions | |
WaveLoader () | |
Default constructor. | |
~WaveLoader () | |
Default destructor. | |
eC_Bool | Load (const eC_String &pkPath, FormatChunk_t &kWaveFormat, DataChunk_t &kDataChunk) |
This class is internally used within sound wrappers to load wave-files
eC_Bool FileLoader::WaveLoader::Load | ( | const eC_String & | pkPath, |
FormatChunk_t & | kWaveFormat, | ||
DataChunk_t & | kDataChunk | ||
) |
Loads a wavefile and prepares the sound data for further use
pkPath | String with path to file to load |
kWaveFormat | filled with format |
kDataChunk | filled with data |