MythTV
master
|
#include <unistd.h>
#include <QStringList>
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythdate.h"
#include "libmythbase/mythdb.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/mythsocket.h"
#include "libmythbase/programinfo.h"
#include "recorders/signalmonitor.h"
#include "remoteencoder.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("RemoteEncoder(%1): ").arg(m_recordernum) |
Functions | |
static QString | cleanup (const QString &str) |
static QString | make_safe (const QString &str) |
Variables | |
static constexpr std::chrono::milliseconds | MAX_SIZE_CHECK { 500ms } |
#define LOC QString("RemoteEncoder(%1): ").arg(m_recordernum) |
Definition at line 15 of file remoteencoder.cpp.
|
static |
Definition at line 673 of file remoteencoder.cpp.
Referenced by MythExternRecApp::Cleanup(), RemoteEncoder::GetChannelInfo(), RemoteEncoder::GetNextProgram(), and main().
|
static |
Definition at line 680 of file remoteencoder.cpp.
Referenced by RemoteEncoder::SetChannelInfo().
|
staticconstexpr |
Definition at line 17 of file remoteencoder.cpp.
Referenced by RemoteEncoder::GetFramesWritten().