|
MythTV master
|
#include <algorithm>#include <QSharedPointer>#include "dvbstreamdata.h"#include "libmythbase/mythlogging.h"#include "dvbtables.h"#include "mpegdescriptors.h"#include "mpegtables.h"#include "premieretables.h"#include "eithelper.h"Go to the source code of this file.
Macros | |
| #define | LOC QString("DVBStream[%1]: ").arg(m_cardId) |
Variables | |
| static constexpr uint8_t | MCA_EIT_TSID { 136 } |
| #define LOC QString("DVBStream[%1]: ").arg(m_cardId) |
Definition at line 18 of file dvbstreamdata.cpp.
|
staticconstexpr |
Definition at line 16 of file dvbstreamdata.cpp.
Referenced by DVBStreamData::GetEITPIDChanges(), and DVBStreamData::HandleTables().