|
a/src/renderctl.hxx |
|
b/src/renderctl.hxx |
|
... |
|
... |
28 |
|
28 |
|
29 |
using namespace UPnPP;
|
29 |
using namespace UPnPP;
|
30 |
|
30 |
|
31 |
class UpMpdRenderCtl : public UPnPProvider::UpnpService {
|
31 |
class UpMpdRenderCtl : public UPnPProvider::UpnpService {
|
32 |
public:
|
32 |
public:
|
33 |
UpMpdRenderCtl(UpMpd *dev);
|
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 |
int getvolume_i();
|
37 |
int getvolume_i();
|
38 |
void setvolume_i(int volume);
|
38 |
void setvolume_i(int volume);
|