|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLSOUND::ILoader Class ReferenceSound loader interface.
More...
#include <loader.h>
List of all members.
Detailed Description
Sound loader interface.
-
Deprecated:
-
In order to fill a static buffer, just call fillBuffer(). In order to stream into a buffer, call fillBufferPart() several times.
-
Author:
-
Olivier Cado , Nevrax France
-
Date:
-
2001
Definition at line 49 of file loader.h.
Constructor & Destructor Documentation
NLSOUND::ILoader::ILoader |
( |
|
) |
[inline] |
|
virtual NLSOUND::ILoader::~ILoader |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
bool NLSOUND::ILoader::fillBuffer |
( |
|
) |
|
|
bool NLSOUND::ILoader::fillBufferPart |
( |
uint32 |
size |
) |
|
|
virtual uint32 NLSOUND::ILoader::getSize |
( |
|
) |
[pure virtual] |
|
virtual void* NLSOUND::ILoader::provideData |
( |
uint32 |
size |
) |
[protected, pure virtual] |
|
void NLSOUND::ILoader::setBuffer |
( |
IBuffer * |
buffer |
) |
[virtual] |
|
Member Data Documentation
IBuffer* NLSOUND::ILoader::_Buffer [protected]
|
|
The documentation for this class was generated from the following files:
|
|