The methods of the IFileFactory interface are listed below. For a complete list of IFileFactory interface members, see the IFileFactory Members topic.
openFile | Opens a file for read access. Derive your own class from IFileFactory, overwrite this method and return your own System::IO::Stream to overwrite file access of irrKlang. Use ISoundEngine::addFileFactory() to let irrKlang know about your class. Example code can be found in the tutorial 04.OverrideFileAccess. |
IFileFactory Interface | IrrKlang Namespace