MythTV
master
|
#include <sys/types.h>
#include <sys/time.h>
#include <cerrno>
#include <QUuid>
#include <QStringList>
#include "httprequest.h"
#include "libmythbase/compat.h"
#include "libmythbase/configuration.h"
#include "libmythbase/mythlogging.h"
#include "upnp.h"
#include "upnphelpers.h"
#include "upnputil.h"
#include <zlib.h>
Go to the source code of this file.
Macros | |
#define | Z_NULL nullptr |
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... | |
#define Z_NULL nullptr |
Definition at line 40 of file upnputil.cpp.
QString LookupUDN | ( | const QString & | sDeviceType | ) |
Definition at line 46 of file upnputil.cpp.
Referenced by UPnpDevice::GetUDN().
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 86 of file upnputil.cpp.
Referenced by MediaServer::Init().
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 140 of file upnputil.cpp.
Referenced by MediaRenderer::MediaRenderer().