@@ -40,6 +40,12 @@ public:
|
||||
*/
|
||||
virtual void SetVolume(byte vol) = 0;
|
||||
|
||||
/**
|
||||
* Is playback in a failed state?
|
||||
* @return True if playback is in a failed state.
|
||||
*/
|
||||
virtual bool IsInFailedState() { return false; }
|
||||
|
||||
/**
|
||||
* Get the currently active instance of the music driver.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user