cAudio 2.3.0
3d Audio Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
cAudio::cOpenALAudioDeviceList Class Reference
Inheritance diagram for cAudio::cOpenALAudioDeviceList:
Inheritance graph
[legend]
Collaboration diagram for cAudio::cOpenALAudioDeviceList:
Collaboration graph
[legend]

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 *)
 

Detailed Description

Definition at line 12 of file cOpenALAudioDeviceList.h.

Constructor & Destructor Documentation

◆ cOpenALAudioDeviceList()

cAudio::cOpenALAudioDeviceList::cOpenALAudioDeviceList ( IDeviceType  deviceType = DT_PLAYBACK)

Definition at line 10 of file cOpenALAudioDeviceList.cpp.

◆ ~cOpenALAudioDeviceList()

cAudio::cOpenALAudioDeviceList::~cOpenALAudioDeviceList ( )
virtual

Definition at line 56 of file cOpenALAudioDeviceList.cpp.

Member Function Documentation

◆ getDefaultDeviceName()

cAudioString cAudio::cOpenALAudioDeviceList::getDefaultDeviceName ( )
virtual

Implements cAudio::IAudioDeviceList.

Definition at line 58 of file cOpenALAudioDeviceList.cpp.

◆ getDeviceCount()

unsigned int cAudio::cOpenALAudioDeviceList::getDeviceCount ( )
virtual

Implements cAudio::IAudioDeviceList.

Definition at line 63 of file cOpenALAudioDeviceList.cpp.

◆ getDeviceDescription()

cAudioString cAudio::cOpenALAudioDeviceList::getDeviceDescription ( unsigned int  idx)
virtual

Implements cAudio::IAudioDeviceList.

Definition at line 77 of file cOpenALAudioDeviceList.cpp.

◆ getDeviceName()

cAudioString cAudio::cOpenALAudioDeviceList::getDeviceName ( unsigned int  idx)
virtual

Implements cAudio::IAudioDeviceList.

Definition at line 68 of file cOpenALAudioDeviceList.cpp.

◆ isSupported()

bool cAudio::cOpenALAudioDeviceList::isSupported ( )
virtual

Implements cAudio::IAudioDeviceList.

Definition at line 82 of file cOpenALAudioDeviceList.cpp.


The documentation for this class was generated from the following files: