|
a/upmpd/renderctl.cxx |
|
b/upmpd/renderctl.cxx |
|
... |
|
... |
38 |
#include "upmpd.hxx"
|
38 |
#include "upmpd.hxx"
|
39 |
#include "renderctl.hxx"
|
39 |
#include "renderctl.hxx"
|
40 |
#include "mpdcli.hxx"
|
40 |
#include "mpdcli.hxx"
|
41 |
#include "upmpdutils.hxx"
|
41 |
#include "upmpdutils.hxx"
|
42 |
|
42 |
|
|
|
43 |
using namespace UPnPP;
|
|
|
44 |
|
43 |
static const string
|
45 |
static const string
|
44 |
sTpRender("urn:schemas-upnp-org:service:RenderingControl:1");
|
46 |
sTpRender("urn:schemas-upnp-org:service:RenderingControl:1");
|
45 |
static const string sIdRender("urn:upnp-org:serviceId:RenderingControl");
|
47 |
static const string sIdRender("urn:upnp-org:serviceId:RenderingControl");
|
46 |
|
48 |
|
47 |
static const int minVolumeDelta = 5;
|
49 |
static const int minVolumeDelta = 5;
|