Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "UPnPSettings.h"
#include "ServiceBroker.h"
#include "utils/FileUtils.h"
#include "utils/StringUtils.h"
#include "utils/XBMCTinyXML2.h"
#include "utils/XMLUtils.h"
#include "utils/log.h"
#include <mutex>
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" |