This commit is contained in:
Simon Weidacher
2022-01-03 23:33:23 +01:00
parent e104256985
commit 648bbe53e6
6 changed files with 42 additions and 7 deletions

View File

@@ -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);