|
a/libupnpp/control/mediarenderer.hxx |
|
b/libupnpp/control/mediarenderer.hxx |
|
... |
|
... |
26 |
/* Something may get there one day... */
|
26 |
/* Something may get there one day... */
|
27 |
};
|
27 |
};
|
28 |
|
28 |
|
29 |
class MediaRenderer : public Device {
|
29 |
class MediaRenderer : public Device {
|
30 |
public:
|
30 |
public:
|
31 |
static bool getDeviceDescs(std::vector<UPnPDeviceDesc>& devices);
|
31 |
static bool getDeviceDescs(std::vector<UPnPDeviceDesc>& devices,
|
|
|
32 |
const string& friendlyName = "");
|
32 |
static bool hasOpenHome(const UPnPDeviceDesc& device);
|
33 |
static bool hasOpenHome(const UPnPDeviceDesc& device);
|
33 |
static bool isMRDevice(const string& devicetype);
|
34 |
static bool isMRDevice(const string& devicetype);
|
34 |
|
35 |
|
35 |
protected:
|
36 |
protected:
|
36 |
static const std::string DType;
|
37 |
static const std::string DType;
|