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

Abstract interface to receive MPEG Section from a SectionDemux. More...

#include <tsSectionHandlerInterface.h>

Inheritance diagram for ts::SectionHandlerInterface:

Public Member Functions

virtual void handleSection (SectionDemux &demux, const Section &section)=0
 This hook is invoked when a complete section is available.
 

Detailed Description

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.

Member Function Documentation

◆ handleSection()

virtual void ts::SectionHandlerInterface::handleSection ( SectionDemux demux,
const Section section 
)
pure virtual

This hook is invoked when a complete section is available.

Parameters
[in,out]demuxThe demux which sends the section.
[in]sectionThe new section from the demux.

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


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