|
a/upmpd/ohvolume.hxx |
|
b/upmpd/ohvolume.hxx |
|
... |
|
... |
38 |
int volumeDec(const SoapArgs& sc, SoapData& data);
|
38 |
int volumeDec(const SoapArgs& sc, SoapData& data);
|
39 |
int volumeLimit(const SoapArgs& sc, SoapData& data);
|
39 |
int volumeLimit(const SoapArgs& sc, SoapData& data);
|
40 |
int mute(const SoapArgs& sc, SoapData& data);
|
40 |
int mute(const SoapArgs& sc, SoapData& data);
|
41 |
int setMute(const SoapArgs& sc, SoapData& data);
|
41 |
int setMute(const SoapArgs& sc, SoapData& data);
|
42 |
|
42 |
|
43 |
void getdata(string& trackcount, string &duration, string& seconds);
|
|
|
44 |
bool makestate(unordered_map<string, string> &st);
|
43 |
bool makestate(unordered_map<string, string> &st);
|
45 |
// State variable storage
|
44 |
// State variable storage
|
46 |
unordered_map<string, string> m_state;
|
45 |
unordered_map<string, string> m_state;
|
47 |
UpMpd *m_dev;
|
46 |
UpMpd *m_dev;
|
48 |
UpMpdRenderCtl *m_ctl;
|
47 |
UpMpdRenderCtl *m_ctl;
|