CMGDK r49-rc2
|
名字空间 | |
namespace | openal |
OpenAL EE所使用的名字空间 | |
宏定义 | |
#define | __al_h_ |
#define | alLastError() alGetErrorInfo(__FILE__,__LINE__) |
函数 | |
bool | openal::LoadOpenAL (const wchar_t *=0) |
const char * | openal::alcGetDeviceList () |
bool | openal::alcGetDefaultDevice (char *) |
void | openal::alcSetDefaultContext () |
wchar_t * | openal::alGetErrorInfo (char *, int) |
bool | openal::InitOpenAL (const wchar_t *driver_name=0, const char *device_name=0, bool=false) |
bool | openal::InitOpenAL (const wchar_t *driver_name=0, const wchar_t *device_name=0, bool=false) |
void | openal::CloseOpenAL () |
unsigned int | openal::AudioTime (ALenum, ALsizei) |
double | openal::AudioDataTime (ALuint, ALenum, ALsizei) |
#define __al_h_ |
#define alLastError | ( | ) | alGetErrorInfo(__FILE__,__LINE__) |