Implementation of the sound driver for Windows. More...
#include <win32_s.h>
Public Member Functions | |
const char * | Start (const char *const *param) |
Start this driver. | |
void | Stop () |
Stop this driver. | |
const char * | GetName () const |
Get the name of this driver. |
Implementation of the sound driver for Windows.
Definition at line 18 of file win32_s.h.
const char* SoundDriver_Win32::GetName | ( | ) | const [inline, virtual] |
const char * SoundDriver_Win32::Start | ( | const char *const * | parm | ) | [virtual] |
Start this driver.
parm | Parameters passed to the driver. |
Implements Driver.
Definition at line 56 of file win32_s.cpp.
References error(), GB(), GetDriverParamInt(), and Stop().