20 const char *
Start(
const char *
const *param);
31 const char *
GetName()
const {
return "os2"; }
Driver * CreateInstance() const
Create an instance of this driver-class.
Factory for OS/2's music player.
void PlaySong(const char *filename)
Play a particular song.
A music driver, needs to be before sound to properly shut down extmidi forked music players...
bool IsSongPlaying()
Are we currently playing a song?
Base for all music playback.
Base for all driver factories.
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.
void Stop()
Stop this driver.
void StopSong()
Stop playing the current song.
Driver for all music playback.
void SetVolume(byte vol)
Set the volume, if possible.