MythTV
master
|
#include <algorithm>
#include <cmath>
#include <cstdint>
#include "libmythbase/configuration.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/mythversion.h"
#include "upnp.h"
#include "upnpcds.h"
#include "upnputil.h"
Go to the source code of this file.
Variables | |
static constexpr const char * | DIDL_LITE_BEGIN { R"(<DIDL-Lite xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/" xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/">)" } |
static constexpr const char * | DIDL_LITE_END { "</DIDL-Lite>" } |
static const std::array< const UPnpCDSClientException, 5 > | clientExceptions |
|
staticconstexpr |
Definition at line 25 of file upnpcds.cpp.
Referenced by UPnpCDS::HandleBrowse(), and UPnpCDS::HandleSearch().
|
staticconstexpr |
Definition at line 26 of file upnpcds.cpp.
Referenced by UPnpCDS::HandleBrowse(), and UPnpCDS::HandleSearch().
|
static |
Definition at line 281 of file upnpcds.cpp.
Referenced by UPnpCDS::DetermineClient().