9 Log.
Error(
"Could not create audio device");
static bool alcMakeContextCurrent(IntPtr context)
static bool alcCloseDevice(IntPtr device)
static unsafe IntPtr alcCreateContext(IntPtr device, int *attrlist)
static void alcDestroyContext(IntPtr context)
static unsafe IntPtr alcOpenDevice(byte *devicename)
static void Error(object message)