ALError Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returned by AL.GetError
public enum ALError
type ALError =
- Inheritance
-
ALError
Fields
| Name | Value | Description |
|---|---|---|
| NoError | 0 | No OpenAL Error. |
| InvalidName | 40961 | Invalid Name paramater passed to OpenAL call. |
| IllegalEnum | 40962 | Invalid parameter passed to OpenAL call. |
| InvalidEnum | 40962 | Invalid parameter passed to OpenAL call. |
| InvalidValue | 40963 | Invalid OpenAL enum parameter value. |
| IllegalCommand | 40964 | Illegal OpenAL call. |
| InvalidOperation | 40964 | Illegal OpenAL call. |
| OutOfMemory | 40965 | No OpenAL memory left. |