MythTV  master
Macros | Functions | Variables
remoteencoder.cpp File Reference
#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"
Include dependency graph for remoteencoder.cpp:

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 }
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("RemoteEncoder(%1): ").arg(m_recordernum)

Definition at line 15 of file remoteencoder.cpp.

Function Documentation

◆ cleanup()

static QString cleanup ( const QString &  str)
static

◆ make_safe()

static QString make_safe ( const QString &  str)
static

Definition at line 680 of file remoteencoder.cpp.

Referenced by RemoteEncoder::SetChannelInfo().

Variable Documentation

◆ MAX_SIZE_CHECK

constexpr std::chrono::milliseconds MAX_SIZE_CHECK { 500ms }
staticconstexpr

Definition at line 17 of file remoteencoder.cpp.

Referenced by RemoteEncoder::GetFramesWritten().