#include <device_mm.h>
Inheritance diagram for audiere::MMAudioDevice:
Public Member Functions | |
void | update () |
const char * | getName () |
Static Public Member Functions | |
static MMAudioDevice * | create (const ParameterList ¶meters) |
Friends | |
class | MMOutputStream |
Definition at line 15 of file device_mm.h.
|
Definition at line 13 of file device_mm.cpp. |
|
Gets the name of the audio device. For example "directsound" or "oss".
Implements audiere::AudioDevice. Definition at line 115 of file device_mm.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_mm.cpp. |
|
Definition at line 42 of file device_mm.h. |