|
MythTV master
|
#include "HLSPlaylistWorker.h"#include "libmythbase/mythchrono.h"#include "libmythbase/mythlogging.h"#include "HLSReader.h"Go to the source code of this file.
Macros | |
| #define | LOC QString("%1 playlist: ").arg(m_parent->StreamURL().isEmpty() ? "Worker" : m_parent->StreamURL()) |
Variables | |
| const int | PLAYLIST_FAILURE = 20 |
| #define LOC QString("%1 playlist: ").arg(m_parent->StreamURL().isEmpty() ? "Worker" : m_parent->StreamURL()) |
Definition at line 11 of file HLSPlaylistWorker.cpp.
| const int PLAYLIST_FAILURE = 20 |
Definition at line 8 of file HLSPlaylistWorker.cpp.
Referenced by HLSPlaylistWorker::run().