12 #ifndef MUSIC_DMUSIC_H 13 #define MUSIC_DMUSIC_H 22 const char *
Start(
const char *
const *param);
33 const char *
GetName()
const {
return "dmusic"; }
void Stop()
Stop this driver.
bool IsSongPlaying()
Are we currently playing a song?
Driver * CreateInstance() const
Create an instance of this driver-class.
void PlaySong(const char *filename)
Play a particular song.
const char * GetName() const
Get the name of this driver.
A music driver, needs to be before sound to properly shut down extmidi forked music players...
Music player making use of DirectX.
Base for all music playback.
void SetVolume(byte vol)
Set the volume, if possible.
Base for all driver factories.
const char * Start(const char *const *param)
Start this driver.
A driver for communicating with the user.
void StopSong()
Stop playing the current song.
Factory for the DirectX music player.
Driver for all music playback.