TSDuck v3.38-3699
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::TableHandlerInterface Class Referenceabstract

Table handler interface. More...

#include <tsTableHandlerInterface.h>

Inheritance diagram for ts::TableHandlerInterface:

Public Member Functions

virtual void handleTable (SectionDemux &demux, const BinaryTable &table)=0
 This hook is invoked when a complete table is available.
 

Detailed Description

Table handler interface.

This abstract interface must be implemented by classes which need to be notified of tables using a SectionDemux.

Member Function Documentation

◆ handleTable()

virtual void ts::TableHandlerInterface::handleTable ( SectionDemux demux,
const BinaryTable table 
)
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.

Parameters
[in,out]demuxA reference to the section demux.
[in]tableA reference to the demultiplexed table.

Implemented in ts::TablesLogger, and ts::AbstractTablePlugin.


The documentation for this class was generated from the following file: