Interface for creating data sources for use with the engine. More...
#include <IDataSourceFactory.h>

Public Member Functions | |
| virtual IDataSource * | CreateDataSource (const char *filename, bool streamingRequested)=0 |
| Creates a data source instance for use with the engine. | |
Interface for creating data sources for use with the engine.
Definition at line 13 of file IDataSourceFactory.h.
| virtual IDataSource* cAudio::IDataSourceFactory::CreateDataSource | ( | const char * | filename, | |
| bool | streamingRequested | |||
| ) | [pure virtual] |
Creates a data source instance for use with the engine.
| filename,: | Filename of the file to get a stream for. | |
| streamingRequested,: | True if the user requested streaming capabilities from the data source. |
Implemented in cAudio::cFileSourceFactory.
1.6.2