|
a/src/renderctl.hxx |
|
b/src/renderctl.hxx |
|
... |
|
... |
32 |
public:
|
32 |
public:
|
33 |
UpMpdRenderCtl(UpMpd *dev, bool noev);
|
33 |
UpMpdRenderCtl(UpMpd *dev, bool noev);
|
34 |
|
34 |
|
35 |
virtual bool getEventData(bool all, std::vector<std::string>& names,
|
35 |
virtual bool getEventData(bool all, std::vector<std::string>& names,
|
36 |
std::vector<std::string>& values);
|
36 |
std::vector<std::string>& values);
|
|
|
37 |
virtual const std::string serviceErrString(int) const;
|
37 |
int getvolume_i();
|
38 |
int getvolume_i();
|
38 |
void setvolume_i(int volume);
|
39 |
void setvolume_i(int volume);
|
39 |
void setmute_i(bool onoff);
|
40 |
void setmute_i(bool onoff);
|
40 |
private:
|
41 |
private:
|
41 |
bool rdstateMToU(std::unordered_map<std::string, std::string>& status);
|
42 |
bool rdstateMToU(std::unordered_map<std::string, std::string>& status);
|