MythTV  master
Classes | Macros
httplivestream.cpp File Reference
#include <unistd.h>
#include <cstdio>
#include <QDir>
#include <QFile>
#include <QFileInfo>
#include <QIODevice>
#include <QRunnable>
#include <QUrl>
#include <utility>
#include "libmythbase/exitcodes.h"
#include "libmythbase/mthreadpool.h"
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythdate.h"
#include "libmythbase/mythdirs.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/mythsystemlegacy.h"
#include "libmythbase/mythtimer.h"
#include "libmythbase/storagegroup.h"
#include "httplivestream.h"
Include dependency graph for httplivestream.cpp:

Go to the source code of this file.

Classes

class  HTTPLiveStreamThread
 QRunnable class for running mythtranscode for HTTP Live Streams. More...
 

Macros

#define LOC   QString("HLS(%1): ").arg(m_sourceFile)
 
#define LOC_ERR   QString("HLS(%1) Error: ").arg(m_sourceFile)
 
#define SLOC   QString("HLS(): ")
 
#define SLOC_ERR   QString("HLS() Error: ")
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("HLS(%1): ").arg(m_sourceFile)

Definition at line 48 of file httplivestream.cpp.

◆ LOC_ERR

#define LOC_ERR   QString("HLS(%1) Error: ").arg(m_sourceFile)

Definition at line 49 of file httplivestream.cpp.

◆ SLOC

#define SLOC   QString("HLS(): ")

Definition at line 50 of file httplivestream.cpp.

◆ SLOC_ERR

#define SLOC_ERR   QString("HLS() Error: ")

Definition at line 51 of file httplivestream.cpp.