mirror of
https://github.com/sweidac/kidsbox.git
synced 2025-07-28 03:41:54 +02:00
Wip.
This commit is contained in:
@@ -8,8 +8,10 @@ class AudioPlayer {
|
||||
|
||||
public:
|
||||
AudioPlayer();
|
||||
void play(std::string uri);
|
||||
|
||||
void play(std::string uri, int position);
|
||||
void pause();
|
||||
int getPosition();
|
||||
|
||||
private:
|
||||
bool isLastUri(std::string uri);
|
||||
|
Reference in New Issue
Block a user