Public Member Functions | |
| PrintMPEGStreamListener (RingBuffer *out, PTSListener &ptsl, bool autopts, MPEGStreamData *sd, const QHash< uint, bool > &use_pid, bool use_xml) | |
| void | HandlePAT (const ProgramAssociationTable *pat) |
| void | HandleCAT (const ConditionalAccessTable *cat) |
| void | HandlePMT (uint program_num, const ProgramMapTable *pmt) |
| void | HandleEncryptionStatus (uint program_number, bool) |
| void | HandleSplice (const SpliceInformationTable *sit) |
Private Attributes | |
| const PTSListener & | m_ptsl |
| bool | m_autopts |
| MPEGStreamData * | m_sd |
| const QHash< uint, bool > & | m_use_pid |
Definition at line 443 of file mpegutils.cpp.
| PrintMPEGStreamListener::PrintMPEGStreamListener | ( | RingBuffer * | out, | |
| PTSListener & | ptsl, | |||
| bool | autopts, | |||
| MPEGStreamData * | sd, | |||
| const QHash< uint, bool > & | use_pid, | |||
| bool | use_xml | |||
| ) | [inline] |
Definition at line 446 of file mpegutils.cpp.
| void PrintMPEGStreamListener::HandlePAT | ( | const ProgramAssociationTable * | pat | ) | [inline, virtual] |
Implements MPEGStreamListener.
Definition at line 456 of file mpegutils.cpp.
| void PrintMPEGStreamListener::HandleCAT | ( | const ConditionalAccessTable * | cat | ) | [inline, virtual] |
Implements MPEGStreamListener.
Definition at line 467 of file mpegutils.cpp.
| void PrintMPEGStreamListener::HandlePMT | ( | uint | program_num, | |
| const ProgramMapTable * | pmt | |||
| ) | [inline, virtual] |
Implements MPEGStreamListener.
Definition at line 473 of file mpegutils.cpp.
| void PrintMPEGStreamListener::HandleEncryptionStatus | ( | uint | program_number, | |
| bool | ||||
| ) | [inline, virtual] |
Implements MPEGStreamListener.
Definition at line 499 of file mpegutils.cpp.
| void PrintMPEGStreamListener::HandleSplice | ( | const SpliceInformationTable * | sit | ) | [inline, virtual] |
Reimplemented from MPEGStreamListener.
Definition at line 503 of file mpegutils.cpp.
const PTSListener& PrintMPEGStreamListener::m_ptsl [private] |
Definition at line 521 of file mpegutils.cpp.
Referenced by HandleSplice().
bool PrintMPEGStreamListener::m_autopts [private] |
Definition at line 522 of file mpegutils.cpp.
Referenced by HandlePAT(), HandlePMT(), and PrintMPEGStreamListener().
MPEGStreamData* PrintMPEGStreamListener::m_sd [private] |
Definition at line 523 of file mpegutils.cpp.
Referenced by HandlePAT(), HandlePMT(), and PrintMPEGStreamListener().
const QHash<uint,bool>& PrintMPEGStreamListener::m_use_pid [private] |
Definition at line 524 of file mpegutils.cpp.
Referenced by HandlePAT(), and HandlePMT().
1.6.3