IrrKlang.NET

ISoundEngine.AddFileFactory Method 

Adds a file factory to the sound engine, making it possible to override file access of the sound engine. Derive your own class from IFileFactory, overwrite the openFile() method and return your own implemented System::IO::Stream to overwrite file access of irrKlang.

[Visual Basic]
Public Sub AddFileFactory( _
   ByVal fileFactory As IFileFactory _
)
[C#]
public void AddFileFactory(
   IFileFactory fileFactory
);

See Also

ISoundEngine Class | IrrKlang Namespace