Enum AlcError
Defines OpenAL context errors returned by GetError(ALDevice).
Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK.Audio.OpenAL.dll
Syntax
public enum AlcError
Fields
| Name | Description |
|---|---|
| InvalidContext | Invalid context ID. The Context argument does not name a valid context. |
| InvalidDevice | No Device. The device handle or specifier names an inaccessible driver/server. |
| InvalidEnum | Bad enum. A token used is not valid, or not applicable. |
| InvalidValue | Bad value. A value (e.g. Attribute) is not valid, or not applicable. |
| NoError | There is no current error. |
| OutOfMemory | Out of memory. Unable to allocate memory. |