![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "UPnPSettings.h"
#include "filesystem/File.h"
#include "threads/SingleLock.h"
#include "utils/log.h"
#include "utils/StringUtils.h"
#include "utils/XBMCTinyXML.h"
#include "utils/XMLUtils.h"
Macros | |
#define | XML_UPNP "upnpserver" |
#define | XML_SERVER_UUID "UUID" |
#define | XML_SERVER_PORT "Port" |
#define | XML_MAX_ITEMS "MaxReturnedItems" |
#define | XML_RENDERER_UUID "UUIDRenderer" |
#define | XML_RENDERER_PORT "PortRenderer" |
#define XML_MAX_ITEMS "MaxReturnedItems" |
#define XML_RENDERER_PORT "PortRenderer" |
#define XML_RENDERER_UUID "UUIDRenderer" |
#define XML_SERVER_PORT "Port" |
#define XML_SERVER_UUID "UUID" |
#define XML_UPNP "upnpserver" |