8#define LOC QString("TSStream[%1](0x%2): ").arg(m_cardId).arg((intptr_t)this, QT_POINTER_SIZE, 16, QChar('0'))
28 LOG(VB_GENERAL, LOG_DEBUG,
LOC +
"ProcessTSPacket: Encrypted.");
31 LOG(VB_GENERAL, LOG_DEBUG,
LOC +
"ProcessTSPacket: Transport Error.");
34 LOG(VB_GENERAL, LOG_DEBUG,
LOC +
"ProcessTSPacket: Scrambled.");
37 listener->ProcessTSPacket(tspacket);
Encapsulates data about MPEG stream and emits events for each table.
ts_listener_vec_t m_tsWritingListeners
bool IsEncryptionTestPID(uint pid) const
Used to access the data of a Transport Stream packet.
bool ProcessTSPacket(const TSPacket &tspacket) override
Write out all packets without any filtering.
TSStreamData(int cardnum)
#define LOG(_MASK_, _LEVEL_, _QSTRING_)