|
MythTV master
|
#include "upnpcds.h"#include <algorithm>#include <cmath>#include <cstdint>#include <QUrl>#include "libmythbase/configuration.h"#include "libmythbase/mythlogging.h"#include "libmythbase/mythversion.h"#include "httprequest.h"#include "upnpresultcode.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 |
|
static |
Definition at line 284 of file upnpcds.cpp.
Referenced by UPnpCDS::DetermineClient().
|
staticconstexpr |
Definition at line 28 of file upnpcds.cpp.
Referenced by UPnpCDS::HandleBrowse(), and UPnpCDS::HandleSearch().
|
staticconstexpr |
Definition at line 29 of file upnpcds.cpp.
Referenced by UPnpCDS::HandleBrowse(), and UPnpCDS::HandleSearch().