Guiliani  Version 2.6 revision 7293 (documentation build 12)
FileLoader::WaveLoader Class Reference

#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)
 

Detailed Description

This class is internally used within sound wrappers to load wave-files

Member Function Documentation

◆ Load()

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

Parameters
pkPathString with path to file to load
kWaveFormatfilled with format
kDataChunkfilled with data
Returns
true, if file was successfully loaded, otherwise false

The documentation for this class was generated from the following file: