Add pause/play display again
Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
@@ -167,6 +167,11 @@ void stopPlayback(void)
|
||||
stop = true;
|
||||
}
|
||||
|
||||
bool isPlaying(void)
|
||||
{
|
||||
return !stop;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtains file type.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user