GUI
This commit is contained in:
@@ -80,6 +80,11 @@ void stopPlayback(void);
|
||||
*/
|
||||
bool isPlaying(void);
|
||||
|
||||
/**
|
||||
* Returns whether playback is currently paused.
|
||||
*/
|
||||
bool isPaused(void);
|
||||
|
||||
/**
|
||||
* Should only be called from a new thread only, and have only one playback
|
||||
* thread at time. This function has not been written for more than one
|
||||
|
||||
Reference in New Issue
Block a user