MythTV
master
|
#include <utility>
#include <QMap>
#include <QStringList>
#include "upnpexp.h"
#include "mythchrono.h"
Go to the source code of this file.
Classes | |
class | NameValue |
class | NameValues |
Typedefs | |
using | TaskTime = std::chrono::microseconds |
using | QStringMap = QMap< QString, QString > |
using | QStringMultiMap = QMultiMap< QString, QString > |
Functions | |
template<class T > | |
const T & | Min (const T &x, const T &y) |
template<class T > | |
const T & | Max (const T &x, const T &y) |
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 TaskTime = std::chrono::microseconds |
Definition at line 43 of file upnputil.h.
using QStringMap = QMap< QString, QString > |
Definition at line 44 of file upnputil.h.
using QStringMultiMap = QMultiMap< QString, QString > |
Definition at line 45 of file upnputil.h.
|
inline |
Definition at line 30 of file upnputil.h.
Referenced by MythRenderVulkan::CreateSampler(), and UPnpCDS::HandleBrowse().
|
inline |
Definition at line 35 of file upnputil.h.
Referenced by MythRenderOpenGL::ExpireVBOS(), MythRenderOpenGL::ExpireVertices(), and UPnpCDS::HandleBrowse().
QString LookupUDN | ( | const QString & | sDeviceType | ) |
Definition at line 45 of file upnputil.cpp.
Referenced by UPnpDevice::GetUDN().
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 90 of file upnputil.cpp.
Referenced by MediaServer::Init().
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 142 of file upnputil.cpp.
Referenced by MediaRenderer::MediaRenderer().