20 const char *
Start(
const char *
const *param);
31 const char *
GetName()
const {
return "os2"; }
Metadata about a music track.
Driver * CreateInstance() const
Create an instance of this driver-class.
Factory for OS/2's music player.
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.
void PlaySong(const MusicSongInfo &song)
Play a particular song.
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.