12 #ifndef MUSIC_MACOSX_COCOA_H 13 #define MUSIC_MACOSX_COCOA_H 19 const char *
Start(
const char *
const *param);
30 const char *
GetName()
const {
return "cocoa"; }
const char * Start(const char *const *param)
Start this driver.
void StopSong()
Stop playing the current song.
Driver * CreateInstance() const
Create an instance of this driver-class.
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
Get the name of this driver.
A driver for communicating with the user.
void PlaySong(const char *filename)
Play a particular song.
bool IsSongPlaying()
Are we currently playing a song?
void SetVolume(byte vol)
Set the volume, if possible.
void Stop()
Stop this driver.
Driver for all music playback.