MythTV master
|
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... | |
using QStringMap = QMap< QString, QString > |
Definition at line 28 of file upnputil.h.
using QStringMultiMap = QMultiMap< QString, QString > |
Definition at line 29 of file upnputil.h.
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().
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().
QString LookupUDN | ( | const QString & | sDeviceType | ) |
Definition at line 29 of file upnputil.cpp.
Referenced by UPnpDevice::GetUDN().