IrrKlang.NET

IFileFactory Interface

Interface to overwrite opening files. Derive your own class from IFileFactory, overwrite the openFile() 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.

For a list of all members of this type, see IFileFactory Members.

[Visual Basic]
Public Interface IFileFactory
[C#]
public interface IFileFactory

Requirements

Namespace: IrrKlang

Assembly: irrKlang.NET (in irrKlang.NET.dll)

See Also

IFileFactory Members | IrrKlang Namespace