18 const char *
Start(
const char *
const *param)
override;
29 const char *
GetName()
const override {
return "win32"; }
Metadata about a music track.
Factory for Windows' music player.
bool IsSongPlaying() override
Are we currently playing a song?
void StopSong() override
Stop playing the current song.
void PlaySong(const MusicSongInfo &song) override
Play a particular song.
Driver * CreateInstance() const override
Create an instance of this driver-class.
void SetVolume(byte vol) override
Set the volume, if possible.
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.
const char * GetName() const override
Get the name of this driver.
const char * Start(const char *const *param) override
Start this driver.
A driver for communicating with the user.
void Stop() override
Stop this driver.
The Windows music player.
Driver for all music playback.