20 const char *
Start(
const char *
const *param);
31 const char *
GetName()
const {
return "win32"; }
const char * GetName() const
Get the name of this driver.
void Stop()
Stop this driver.
Factory for Windows' music player.
Driver * CreateInstance() const
Create an instance of this driver-class.
A music driver, needs to be before sound to properly shut down extmidi forked music players...
Base for all music playback.
Base for all driver factories.
void PlaySong(const char *filename)
Play a particular song.
const char * Start(const char *const *param)
Start this driver.
bool IsSongPlaying()
Are we currently playing a song?
A driver for communicating with the user.
void SetVolume(byte vol)
Set the volume, if possible.
void StopSong()
Stop playing the current song.
The Windows music player.
Driver for all music playback.