IrrKlang.NET

ISoundEngine.IsMultiThreaded Property

Returns if irrKlang is running in the same thread as the application or is using multithreading. This basicly returns the flag set by the user when creating the sound engine.

[Visual Basic]
Public ReadOnly Property IsMultiThreaded As Boolean
[C#]
public bool IsMultiThreaded {get;}

See Also

ISoundEngine Class | IrrKlang Namespace