This commit is contained in:
Aaldert
2016-06-20 13:43:13 +02:00
parent f84fcfa4e2
commit b7d73c9abe
7 changed files with 31 additions and 5 deletions
+2
View File
@@ -13,8 +13,10 @@ public:
void Play();
void Pause();
void Stop();
bool IsPlaying();
private:
bool isPlaying;
unsigned int buffer_id;
unsigned int source_id;