Show / Hide Table of Contents

Enum AlcError

Defines OpenAL context errors.

Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK.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.

In This Article
Back to top Generated by DocFX