|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLSOUND::CAsyncFileManagerSound Class ReferenceCAsyncFileManagerSound is a class that manage sound file loading in a seperate thread This class mostly depend on the CAsyncFileManager class for serializing async file loas request.
More...
#include <async_file_manager_sound.h>
List of all members.
Detailed Description
CAsyncFileManagerSound is a class that manage sound file loading in a seperate thread This class mostly depend on the CAsyncFileManager class for serializing async file loas request.
-
Author:
-
Boris Boucher , Nevrax France
-
Date:
-
2002
Definition at line 40 of file async_file_manager_sound.h.
Constructor & Destructor Documentation
NLSOUND::CAsyncFileManagerSound::CAsyncFileManagerSound |
( |
|
) |
[inline, private] |
|
Member Function Documentation
void NLSOUND::CAsyncFileManagerSound::cancelLoadWaveFile |
( |
const std::string & |
filename |
) |
|
|
void NLSOUND::CAsyncFileManagerSound::cancelSignal |
( |
bool * |
pSgn |
) |
|
|
CAsyncFileManagerSound & NLSOUND::CAsyncFileManagerSound::getInstance |
( |
|
) |
[static] |
|
void NLSOUND::CAsyncFileManagerSound::loadFile |
( |
const std::string & |
fileName, |
|
|
uint8 ** |
pPtr |
|
) |
|
|
void NLSOUND::CAsyncFileManagerSound::loadFiles |
( |
const std::vector< std::string > & |
vFileNames, |
|
|
const std::vector< uint8 ** > & |
vPtrs |
|
) |
|
|
void NLSOUND::CAsyncFileManagerSound::loadWavFile |
( |
IBuffer * |
pdestBuffer, |
|
|
const std::string & |
filename |
|
) |
|
|
void NLSOUND::CAsyncFileManagerSound::signal |
( |
bool * |
pSgn |
) |
|
|
void NLSOUND::CAsyncFileManagerSound::terminate |
( |
|
) |
|
|
Friends And Related Function Documentation
friend class CCancelLoadWavFile [friend]
|
|
Member Data Documentation
CAsyncFileManagerSound * NLSOUND::CAsyncFileManagerSound::_Singleton [static, private]
|
|
The documentation for this class was generated from the following files:
|
|