Factory for the sound driver for Windows. More...
#include <win32_s.h>
Public Member Functions | |
const char * | GetName () |
Get the long, human readable, name for the Driver-class. | |
const char * | GetDescription () |
Get a nice description of the driver-class. | |
Driver * | CreateInstance () |
Create an instance of this driver-class. | |
Static Public Attributes | |
static const int | priority = 10 |
The priority of this factory. |
Factory for the sound driver for Windows.
Definition at line 27 of file win32_s.h.
Driver* FSoundDriver_Win32::CreateInstance | ( | ) | [inline, virtual] |
const char* FSoundDriver_Win32::GetDescription | ( | ) | [inline, virtual] |