#include <device_oss.h>
Inheritance diagram for audiere::OSSAudioDevice:


Public Member Functions | |
| void | update () |
| const char * | getName () |
Static Public Member Functions | |
| static OSSAudioDevice * | create (const ParameterList ¶meters) |
Definition at line 11 of file device_oss.h.
|
|
Definition at line 15 of file device_oss.cpp. References audiere::ParameterList::getValue(). |
|
|
Gets the name of the audio device. For example "directsound" or "oss".
Implements audiere::AudioDevice. Definition at line 88 of file device_oss.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 79 of file device_oss.cpp. References audiere::MixerDevice::read(). |
1.4.6