|
MythTV master
|
#include <utility>#include <QDomDocument>#include <QRecursiveMutex>#include <QNetworkAccessManager>#include <QNetworkReply>#include <QNetworkRequest>#include <QTimer>#include "libmythbase/mthread.h"#include "libmythmetadata/videometadatalistmanager.h"#include "libmythupnp/upnpexp.h"#include "libmythupnp/upnpsubscription.h"Go to the source code of this file.
Classes | |
| class | MediaServerItem |
| class | UPNPScanner |
| UPnPScanner detects UPnP Media Servers available on the local network (via the UPnP SSDP cache), requests the device description from those devices and, if the device description is successfully parsed, will request a a subscription to the device's event control url in order to receive notifications when the available media has changed. More... | |