CMGDK r49-rc2
|
#include <hgl/LogInfo.H>
#include <hgl/File.H>
#include <hgl/Other.H>
#include <hgl/audio/openal.h>
#include <hgl/type/WideString.H>
#include <wchar.h>
#include <stdio.h>
#include <stdarg.h>
#include <windows.h>
名字空间 | |
namespace | openal |
OpenAL EE所使用的名字空间 | |
函数 | |
void | openal::LoadALCFunc (void *_dll) |
void | openal::LoadALFunc (void *_dll) |
bool | openal::CheckXRAM (ALCdevice_struct *) |
bool | openal::CheckEFX (ALCdevice_struct *AudioDevice) |
void | openal::ClearAL () |
void | openal::ClearALC () |
void | openal::ClearXRAM () |
void | openal::ClearEFX () |
bool | openal::LoadOpenAL (const wchar_t *=0) |
const char * | openal::alcGetDeviceList () |
bool | openal::alcGetDefaultDevice (char *) |
void | openal::EnumOpenALDevice () |
void | openal::alcSetDefaultContext () |
bool | openal::InitOpenAL (const wchar_t *driver_name=0, const char *device_name=0, bool=false) |
void | openal::CloseOpenAL () |
double | openal::AudioDataTime (ALuint size, ALenum format, ALsizei freq) |
unsigned int | openal::AudioTime (ALenum format, ALsizei freq) |
unsigned int | openal::GetMaxNumSources () |
wchar_t * | openal::alGetErrorInfo (char *file, int line) |
void | openal::PutOpenALInfo () |
bool | openal::InitOpenAL (const wchar_t *driver_name=0, const wchar_t *device_name=0, bool=false) |