mirror of
https://github.com/sweidac/kidsbox.git
synced 2025-07-28 03:41:54 +02:00
Adds play/pause by tag support.
This commit is contained in:
@@ -6,4 +6,5 @@ class AudioPlayer {
|
||||
public:
|
||||
AudioPlayer();
|
||||
void play(char* uri);
|
||||
void pause();
|
||||
};
|
Reference in New Issue
Block a user