#include <device_al.h>
Inheritance diagram for audiere::ALAudioDevice:
Public Member Functions | |
void | update () |
const char * | getName () |
Static Public Member Functions | |
static ALAudioDevice * | create (const ParameterList ¶meters) |
Friends | |
class | ALOutputStream |
Definition at line 16 of file device_al.h.
|
Definition at line 10 of file device_al.cpp. |
|
Gets the name of the audio device. For example "directsound" or "oss".
Implements audiere::AudioDevice. Definition at line 116 of file device_al.cpp. |
|
Tell the device to do any internal state updates. Some devices update on an internal thread. If that is the case, this method does nothing. Implements audiere::AudioDevice. Definition at line 88 of file device_al.cpp. References ADR_GUARD, ADR_LOG, and audiere::MixerDevice::read(). |
|
Definition at line 31 of file device_al.h. |