#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"
Go to the source code of this file.
|
#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: ") |
|
◆ LOC
#define LOC QString("HLS(%1): ").arg(m_sourceFile) |
◆ LOC_ERR
#define LOC_ERR QString("HLS(%1) Error: ").arg(m_sourceFile) |
◆ SLOC
#define SLOC QString("HLS(): ") |
◆ SLOC_ERR
#define SLOC_ERR QString("HLS() Error: ") |