Implementation of the SDL sound driver. More...
#include <sdl_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 SDL sound driver.
Definition at line 18 of file sdl_s.h.
const char* SoundDriver_SDL::GetName | ( | ) | const [inline, virtual] |
const char * SoundDriver_SDL::Start | ( | const char *const * | parm | ) | [virtual] |
Start this driver.
parm | Parameters passed to the driver. |
Implements Driver.
Definition at line 35 of file sdl_s.cpp.
References GetDriverParamInt(), and SdlOpen().