-*- Mode: c++ -*-
More...
#include <libmythtv/recorders/satiprtsp.h>
|
void | timerEvent (QTimerEvent *timerEvent) override |
|
|
bool | sendMessage (const QString &msg, QStringList *additionalHeaders=nullptr) |
|
-*- Mode: c++ -*-
Definition at line 25 of file satiprtsp.h.
◆ SatIPRTSP()
SatIPRTSP::SatIPRTSP |
( |
int |
m_inputId | ) |
|
|
explicit |
◆ ~SatIPRTSP()
SatIPRTSP::~SatIPRTSP |
( |
| ) |
|
|
override |
◆ Setup()
bool SatIPRTSP::Setup |
( |
const QUrl & |
url, |
|
|
ushort |
clientPort1, |
|
|
ushort |
clientPort2 |
|
) |
| |
◆ Play()
bool SatIPRTSP::Play |
( |
const QString & |
pids_str | ) |
|
◆ Teardown()
bool SatIPRTSP::Teardown |
( |
| ) |
|
◆ timerEvent()
void SatIPRTSP::timerEvent |
( |
QTimerEvent * |
timerEvent | ) |
|
|
overrideprotected |
◆ StartKeepAlive
void SatIPRTSP::StartKeepAlive |
( |
void |
| ) |
|
|
signal |
◆ StopKeepAlive
void SatIPRTSP::StopKeepAlive |
( |
void |
| ) |
|
|
signal |
◆ StartKeepAliveRequested
void SatIPRTSP::StartKeepAliveRequested |
( |
void |
| ) |
|
|
protectedslot |
◆ StopKeepAliveRequested
void SatIPRTSP::StopKeepAliveRequested |
( |
void |
| ) |
|
|
protectedslot |
◆ sendMessage()
bool SatIPRTSP::sendMessage |
( |
const QString & |
msg, |
|
|
QStringList * |
additionalHeaders = nullptr |
|
) |
| |
|
private |
◆ m_inputId
int SatIPRTSP::m_inputId {0} |
|
private |
◆ m_requestUrl
QUrl SatIPRTSP::m_requestUrl |
|
private |
◆ m_cseq
uint SatIPRTSP::m_cseq {0} |
|
private |
◆ m_sessionid
QString SatIPRTSP::m_sessionid |
|
private |
◆ m_streamid
QString SatIPRTSP::m_streamid |
|
private |
◆ m_responseHeaders
QMap<QString, QString> SatIPRTSP::m_responseHeaders |
|
private |
◆ m_timer
int SatIPRTSP::m_timer {0} |
|
private |
◆ m_timeout
std::chrono::seconds SatIPRTSP::m_timeout {60s} |
|
private |
◆ s_rtspMutex
QMutex SatIPRTSP::s_rtspMutex |
|
staticprivate |
The documentation for this class was generated from the following files: