TSDuck v3.40-3963
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)=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. |
Implemented in ts::TablesLogger.