18 const char *
Start(
const char *
const *param)
override;
29 const char *
GetName()
const override {
return "os2"; }
Metadata about a music track.
void StopSong() override
Stop playing the current song.
void Stop() override
Stop this driver.
void SetVolume(byte vol) override
Set the volume, if possible.
Factory for OS/2's music player.
bool IsSongPlaying() override
Are we currently playing a song?
A music driver, needs to be before sound to properly shut down extmidi forked music players...
const char * Start(const char *const *param) override
Start this driver.
Base for all music playback.
Base for all driver factories.
Driver * CreateInstance() const override
Create an instance of this driver-class.
void PlaySong(const MusicSongInfo &song) override
Play a particular song.
A driver for communicating with the user.
const char * GetName() const override
Get the name of this driver.
Driver for all music playback.