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

Public Member Functions | |
| virtual void | handleInvalidSection (SectionDemux &demux, const DemuxedData &data, Section::Status status)=0 |
| This hook is invoked when an invalid section is detected. | |
Abstract interface to receive an invalid MPEG section from a SectionDemux.
This abstract interface must be implemented by classes which need to be notified of the content of invalid sections using a SectionDemux.
|
pure virtual |
This hook is invoked when an invalid section is detected.
| [in,out] | demux | The demux which sends the section. |
| [in] | data | The invalid section from the demux. |
| [in] | status | Reason for the section to be invalid. |
Implemented in ts::TablesLogger.