MythTV
master
|
#include "upnputil.h"
#include <QUuid>
#include <QStringList>
#include "libmythbase/configuration.h"
#include "libmythbase/mythlogging.h"
#include "httprequest.h"
#include "upnphelpers.h"
Go to the source code of this file.
Functions | |
QString | LookupUDN (const QString &sDeviceType) |
QStringList | GetSourceProtocolInfos () |
Return a QStringList containing the supported Source Protocols. More... | |
QStringList | GetSinkProtocolInfos () |
Return a QStringList containing the supported Sink Protocols. More... | |
QStringList GetSinkProtocolInfos | ( | ) |
Return a QStringList containing the supported Sink Protocols.
TODO Extend this to dynamically list all supported protocols (e.g. RTSP) and any DLNA profile stuff that we can figure out
Definition at line 123 of file upnputil.cpp.
Referenced by MediaRenderer::MediaRenderer().
QStringList GetSourceProtocolInfos | ( | ) |
Return a QStringList containing the supported Source Protocols.
TODO Extend this to dynamically list all supported protocols (e.g. RTSP) and any DLNA profile stuff that we can figure out
Definition at line 69 of file upnputil.cpp.
Referenced by MediaServer::Init().
QString LookupUDN | ( | const QString & | sDeviceType | ) |
Definition at line 29 of file upnputil.cpp.
Referenced by UPnpDevice::GetUDN().