Definition at line 15 of file cocoa_m.h.
◆ GetName()
std::string_view MusicDriver_Cocoa::GetName |
( |
| ) |
const |
|
inlineoverridevirtual |
Get the name of this driver.
- Returns
- The name of the driver.
Implements Driver.
Definition at line 28 of file cocoa_m.h.
◆ IsSongPlaying()
bool MusicDriver_Cocoa::IsSongPlaying |
( |
| ) |
|
|
overridevirtual |
Are we currently playing a song?
- Returns
- True if a song is being played.
Implements MusicDriver.
◆ PlaySong()
Play a particular song.
- Parameters
-
song | The information for the song to play. |
Implements MusicDriver.
◆ SetVolume()
void MusicDriver_Cocoa::SetVolume |
( |
uint8_t |
vol | ) |
|
|
overridevirtual |
Set the volume, if possible.
- Parameters
-
Implements MusicDriver.
◆ Start()
std::optional<std::string_view> MusicDriver_Cocoa::Start |
( |
const StringList & |
parm | ) |
|
|
overridevirtual |
Start this driver.
- Parameters
-
parm | Parameters passed to the driver. |
- Returns
- std::nullopt if everything went okay, otherwise an error message.
Implements Driver.
The documentation for this class was generated from the following file: