66 #define ALC_INVALID (-1)
75 #define ALC_NO_ERROR ALC_FALSE
77 #define ALC_MAJOR_VERSION 0x1000
78 #define ALC_MINOR_VERSION 0x1001
79 #define ALC_ATTRIBUTES_SIZE 0x1002
80 #define ALC_ALL_ATTRIBUTES 0x1003
82 #define ALC_DEFAULT_DEVICE_SPECIFIER 0x1004
83 #define ALC_DEVICE_SPECIFIER 0x1005
84 #define ALC_EXTENSIONS 0x1006
86 #define ALC_FREQUENCY 0x1007
87 #define ALC_REFRESH 0x1008
88 #define ALC_SYNC 0x1009
93 #define ALC_INVALID_DEVICE 0xA001
98 #define ALC_INVALID_CONTEXT 0xA002
106 #define ALC_INVALID_ENUM 0xA003
112 #define ALC_INVALID_VALUE 0xA004
118 #define ALC_OUT_OF_MEMORY 0xA005
void ALCvoid
ALC void type.
unsigned char ALCubyte
ALC 8bit unsigned byte.
unsigned short ALCushort
ALC 16bit unsigned short integer type.
double ALCdouble
ALC 64bit double point type.
unsigned int ALCsizei
ALC 32bit type.
char ALCbyte
ALC 8bit signed byte.
char ALCboolean
OpenAL cross platform audio library Copyright (C) 1999-2000 by authors.
int ALCint
ALC 32bit signed integer type.
short ALCshort
ALC 16bit signed short integer type.
unsigned ALCuint
ALC 32bit unsigned integer type.
int ALCenum
ALC enumerations.
float ALCfloat
ALC 32bit floating point type.