Show / Hide Table of Contents

Enum AlcError

Defines OpenAL context errors.

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

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX