Tao.OpenAl SDK Documentation

Al.AL_INVALID_OPERATION 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_INVALID_OPERATION As Integer = 40964
[C#]
public const int AL_INVALID_OPERATION = 40964;

See Also

Al Class | Tao.OpenAl Namespace