Tao.OpenAl SDK Documentation

Al.AL_ILLEGAL_COMMAND Field

A function was called at an inappropriate time or in an inappropriate way, causing an illegal state. This can be an incompatible value, object ID, and/or function.

[Visual Basic]
Public Const AL_ILLEGAL_COMMAND As Integer = 40964
[C#]
public const int AL_ILLEGAL_COMMAND = 40964;

See Also

Al Class | Tao.OpenAl Namespace