TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Table handler interface. More...
#include <tsTableHandlerInterface.h>
Public Member Functions | |
virtual void | handleTable (SectionDemux &demux, const BinaryTable &table)=0 |
This hook is invoked when a complete table is available. | |
Table handler interface.
This abstract interface must be implemented by classes which need to be notified of tables using a SectionDemux.
|
pure virtual |
This hook is invoked when a complete table is available.
Tables with long sections are reported only when a new version is available.
[in,out] | demux | A reference to the section demux. |
[in] | table | A reference to the demultiplexed table. |
Implemented in ts::TablesLogger, and ts::AbstractTablePlugin.