

Public Member Functions | |
| virtual IDataSource * | CreateDataSource (const char *filename, bool streamingRequested) |
| Creates a data source instance for use with the engine. | |
Protected Attributes | |
| cAudioMutex | Mutex |
Definition at line 15 of file cFileSourceFactory.h.
| virtual IDataSource* cAudio::cFileSourceFactory::CreateDataSource | ( | const char * | filename, | |
| bool | streamingRequested | |||
| ) | [inline, 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. |
Implements cAudio::IDataSourceFactory.
Definition at line 21 of file cFileSourceFactory.h.
1.6.2