MythTV  master
Functions
upnputil.cpp File Reference
#include "upnputil.h"
#include <QUuid>
#include <QStringList>
#include "libmythbase/configuration.h"
#include "libmythbase/mythlogging.h"
#include "httprequest.h"
#include "upnphelpers.h"
Include dependency graph for upnputil.cpp:

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

Function Documentation

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

Referenced by MediaRenderer::MediaRenderer().

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

Referenced by MediaServer::Init().

◆ LookupUDN()

QString LookupUDN ( const QString &  sDeviceType)

Definition at line 29 of file upnputil.cpp.

Referenced by UPnpDevice::GetUDN().