![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
Abstract interface to receive MPEG Section from a SectionDemux. More...
#include <tsSectionHandlerInterface.h>

Public Member Functions | |
| virtual void | handleSection (SectionDemux &demux, const Section §ion)=0 |
| This hook is invoked when a complete section is available. | |
Abstract interface to receive MPEG Section from a SectionDemux.
This abstract interface must be implemented by classes which need to be notified of individual sections using a SectionDemux.
|
pure virtual |
This hook is invoked when a complete section is available.
| [in,out] | demux | The demux which sends the section. |
| [in] | section | The new section from the demux. |
Implemented in ts::TablesLogger, and ts::AbstractDescrambler.