|
MythTV master
|
#include <QRegularExpression>#include <QStringList>#include <QTcpSocket>#include <QUrl>#include <QVector>#include "libmythbase/mythlogging.h"#include "libmythbase/mythsocket.h"#include "cetonrtsp.h"Go to the source code of this file.
Macros | |
| #define | LOC QString("CetonRTSP(%1): ").arg(m_requestUrl.toString()) |
| -*- Mode: c++ -*- CetonRTSP Copyright (c) 2011 Ronald Frazier Distributed as part of MythTV under GPL v2 and later. More... | |
| #define LOC QString("CetonRTSP(%1): ").arg(m_requestUrl.toString()) |
-*- Mode: c++ -*- CetonRTSP Copyright (c) 2011 Ronald Frazier Distributed as part of MythTV under GPL v2 and later.
Definition at line 20 of file cetonrtsp.cpp.