MythTV  master
Macros | Functions
upnputil.cpp File Reference
#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>
Include dependency graph for upnputil.cpp:

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...
 

Macro Definition Documentation

◆ Z_NULL

#define Z_NULL   nullptr

Definition at line 40 of file upnputil.cpp.

Function Documentation

◆ LookupUDN()

QString LookupUDN ( const QString &  sDeviceType)

Definition at line 46 of file upnputil.cpp.

Referenced by UPnpDevice::GetUDN().

◆ GetSourceProtocolInfos()

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().

◆ GetSinkProtocolInfos()

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 138 of file upnputil.cpp.

Referenced by MediaRenderer::MediaRenderer().