12 #ifndef MUSIC_MACOSX_QUICKTIME_H 13 #define MUSIC_MACOSX_QUICKTIME_H 19 const char *
Start(
const char *
const *param);
30 const char *
GetName()
const {
return "qt"; }
bool IsSongPlaying()
Checks whether the player is active.
const char * GetName() const
Get the name of this driver.
void PlaySong(const char *filename)
Starts playing a new song.
Driver * CreateInstance() const
Create an instance of this driver-class.
void StopSong()
Stops playing the current song, if the player is active.
void Stop()
Stops the MIDI player.
void SetVolume(byte vol)
Changes the playing volume of the MIDI player.
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.
A driver for communicating with the user.
const char * Start(const char *const *param)
Initialized the MIDI player, including QuickTime initialization.
Driver for all music playback.