MythTV master
Classes | Typedefs | Functions
upnputil.h File Reference
#include <utility>
#include <QMap>
#include <QStringList>
#include "upnpexp.h"
Include dependency graph for upnputil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NameValue
 
class  NameValues
 

Typedefs

using QStringMap = QMap< QString, QString >
 
using QStringMultiMap = QMultiMap< QString, QString >
 

Functions

QString LookupUDN (const QString &sDeviceType)
 
UPNP_PUBLIC QStringList GetSourceProtocolInfos ()
 Return a QStringList containing the supported Source Protocols. More...
 
UPNP_PUBLIC QStringList GetSinkProtocolInfos ()
 Return a QStringList containing the supported Sink Protocols. More...
 

Typedef Documentation

◆ QStringMap

using QStringMap = QMap< QString, QString >

Definition at line 28 of file upnputil.h.

◆ QStringMultiMap

using QStringMultiMap = QMultiMap< QString, QString >

Definition at line 29 of file upnputil.h.

Function Documentation

◆ GetSinkProtocolInfos()

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

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