10 #ifndef MUSIC_MACOSX_COCOA_H 11 #define MUSIC_MACOSX_COCOA_H 17 const char *
Start(
const char *
const *param)
override;
28 const char *
GetName()
const override {
return "cocoa"; }
Metadata about a music track.
void SetVolume(byte vol) override
Set the volume, if possible.
void Stop() override
Stop this driver.
const char * Start(const char *const *param) override
Start this driver.
Driver * CreateInstance() const override
Create an instance of this driver-class.
A music driver, needs to be before sound to properly shut down extmidi forked music players...
bool IsSongPlaying() override
Are we currently playing a song?
Base for all music playback.
Base for all driver factories.
const char * GetName() const override
Get the name of this driver.
A driver for communicating with the user.
void StopSong() override
Stop playing the current song.
void PlaySong(const MusicSongInfo &song) override
Play a particular song.
Driver for all music playback.