|
a/src/ohplaylist.hxx |
|
b/src/ohplaylist.hxx |
|
... |
|
... |
44 |
bool ireadList(const std::vector<int>&, std::vector<UpSong>&);
|
44 |
bool ireadList(const std::vector<int>&, std::vector<UpSong>&);
|
45 |
bool iidArray(std::string& idarray, int *token);
|
45 |
bool iidArray(std::string& idarray, int *token);
|
46 |
bool urlMap(std::unordered_map<int, std::string>& umap);
|
46 |
bool urlMap(std::unordered_map<int, std::string>& umap);
|
47 |
|
47 |
|
48 |
int iStop();
|
48 |
int iStop();
|
49 |
void resetQVers();
|
49 |
void refreshState();
|
50 |
|
50 |
|
51 |
private:
|
51 |
private:
|
52 |
int play(const SoapIncoming& sc, SoapOutgoing& data);
|
52 |
int play(const SoapIncoming& sc, SoapOutgoing& data);
|
53 |
int pause(const SoapIncoming& sc, SoapOutgoing& data);
|
53 |
int pause(const SoapIncoming& sc, SoapOutgoing& data);
|
54 |
int stop(const SoapIncoming& sc, SoapOutgoing& data);
|
54 |
int stop(const SoapIncoming& sc, SoapOutgoing& data);
|