|
MythTV master
|
#include <mythfrontend/mediarenderer.h>
Public Member Functions | |
| MediaRenderer () | |
| ~MediaRenderer () override | |
Public Member Functions inherited from UPnp | |
| UPnp () | |
| ~UPnp () override | |
| bool | Initialize (int nServicePort, HttpServer *pHttpServer) |
| bool | Initialize (QList< QHostAddress > &sIPAddrList, int nServicePort, HttpServer *pHttpServer) |
| bool | isInitialized () |
| virtual void | Start () |
| HttpServer * | GetHttpServer () |
Protected Attributes | |
| UPnpCMGR * | m_pUPnpCMGR {nullptr} |
Protected Attributes inherited from UPnp | |
| HttpServer * | m_pHttpServer {nullptr} |
| int | m_nServicePort {0} |
Additional Inherited Members | |
Public Slots inherited from UPnp | |
| static void | DisableNotifications (std::chrono::milliseconds) |
| void | EnableNotificatins (std::chrono::milliseconds) const |
Static Public Member Functions inherited from UPnp | |
| static void | CleanUp () |
| static UPnpDevice * | RootDevice () |
| static UPnpDeviceDesc * | GetDeviceDesc (QString &sURL) |
| static QString | GetResultDesc (UPnPResultCode eCode) |
| static void | FormatErrorResponse (HTTPRequest *pRequest, UPnPResultCode eCode, const QString &sMsg="") |
| static void | FormatRedirectResponse (HTTPRequest *pRequest, const QString &hostName) |
Static Public Attributes inherited from UPnp | |
| static UPnpDeviceDesc | g_UPnpDeviceDesc |
| static QList< QHostAddress > | g_IPAddrList |
Definition at line 29 of file mediarenderer.h.
| MediaRenderer::MediaRenderer | ( | ) |
Definition at line 48 of file mediarenderer.cpp.
|
override |
Definition at line 179 of file mediarenderer.cpp.
|
protected |
Definition at line 34 of file mediarenderer.h.
Referenced by MediaRenderer().