AlcError Enum

Definition

Defines OpenAL context errors.

public enum AlcError
type AlcError = 
Inheritance
AlcError

Fields

InvalidContext 40962

Invalid context ID. The Context argument does not name a valid context.

InvalidDevice 40961

No Device. The device handle or specifier names an inaccessible driver/server.

InvalidEnum 40963

Bad enum. A token used is not valid, or not applicable.

InvalidValue 40964

Bad value. A value (e.g. Attribute) is not valid, or not applicable.

NoError 0

There is no current error.

OutOfMemory 40965

Out of memory. Unable to allocate memory.

Applies to