12 #ifndef SOUND_XAUDIO2_H 13 #define SOUND_XAUDIO2_H 20 const char *
Start(
const char *
const *param);
23 const char *
GetName()
const {
return "xaudio2"; }
Factory for the XAudio2 sound driver.
void Stop()
Stop this driver.
Base for all sound drivers.
Base for all sound drivers.
Implementation of the XAudio2 sound driver.
Base for all driver factories.
Driver * CreateInstance() const
Create an instance of this driver-class.
const char * Start(const char *const *param)
Start this driver.
A driver for communicating with the user.
const char * GetName() const
Get the name of this driver.