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