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