Able to do a demo stream, not via jni but with android's media player. Need to integrate sqlite to save token, username, password, and uri
This commit is contained in:
@@ -17,6 +17,8 @@ namespace repository {
|
||||
std::vector<model::Song> fetchSongs(const std::string&, const std::string&);
|
||||
|
||||
model::Song retrieveSong(const std::string&, const int);
|
||||
model::Song retrieveSong(const std::string&, const std::string&, const int);
|
||||
model::Song retrieveSong(const std::string&, const std::string&, const model::Song&);
|
||||
private:
|
||||
static size_t respBodyRetriever(void*, size_t, size_t, char*);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user