|
cAudio 2.3.0
3d Audio Engine
|


Public Member Functions | |
| cOpenALAudioDeviceList (IDeviceType deviceType=DT_PLAYBACK) | |
| virtual unsigned int | getDeviceCount () |
| virtual cAudioString | getDeviceName (unsigned int idx) |
| virtual cAudioString | getDeviceDescription (unsigned int idx) |
| virtual cAudioString | getDefaultDeviceName () |
| virtual bool | isSupported () |
| virtual unsigned int | getDeviceCount ()=0 |
| virtual cAudioString | getDeviceName (unsigned int idx)=0 |
| virtual cAudioString | getDeviceDescription (unsigned int idx)=0 |
| virtual cAudioString | getDefaultDeviceName ()=0 |
| virtual bool | isSupported ()=0 |
Public Member Functions inherited from cAudio::cMemoryOverride | |
| void * | operator new (size_t size, const char *file, int line, const char *function) |
| void * | operator new (size_t size) |
| void * | operator new (size_t size, void *pointer) |
| void * | operator new[] (size_t size, const char *file, int line, const char *function) |
| void * | operator new[] (size_t size) |
| void | operator delete (void *pointer) |
| void | operator delete (void *pointer, void *) |
| void | operator delete (void *pointer, const char *, int, const char *) |
| void | operator delete[] (void *pointer) |
| void | operator delete[] (void *pointer, const char *, int, const char *) |
Definition at line 12 of file cOpenALAudioDeviceList.h.
| cAudio::cOpenALAudioDeviceList::cOpenALAudioDeviceList | ( | IDeviceType | deviceType = DT_PLAYBACK | ) |
Definition at line 10 of file cOpenALAudioDeviceList.cpp.
|
virtual |
Definition at line 56 of file cOpenALAudioDeviceList.cpp.
|
virtual |
Implements cAudio::IAudioDeviceList.
Definition at line 58 of file cOpenALAudioDeviceList.cpp.
|
virtual |
Implements cAudio::IAudioDeviceList.
Definition at line 63 of file cOpenALAudioDeviceList.cpp.
|
virtual |
Implements cAudio::IAudioDeviceList.
Definition at line 77 of file cOpenALAudioDeviceList.cpp.
|
virtual |
Implements cAudio::IAudioDeviceList.
Definition at line 68 of file cOpenALAudioDeviceList.cpp.
|
virtual |
Implements cAudio::IAudioDeviceList.
Definition at line 82 of file cOpenALAudioDeviceList.cpp.