QtlMovie 1.12 (A specialized FFmpeg front-end)
QtsTableHandlerInterface Class Referenceabstract

Interface to be implemented by classes which need to be notified of tables using a section demux. More...

Inheritance diagram for QtsTableHandlerInterface:
QtlMovieTeletextSearch QtsStandaloneTableDemux

Public Member Functions

virtual ~QtsTableHandlerInterface ()
 Virtual destructor. More...
 
virtual void handleTable (QtsSectionDemux &demux, const QtsTable &table)=0
 This hook is invoked when a complete table is available. More...
 

Detailed Description

Interface to be implemented by classes which need to be notified of tables using a section demux.

Constructor & Destructor Documentation

◆ ~QtsTableHandlerInterface()

virtual QtsTableHandlerInterface::~QtsTableHandlerInterface ( )
inlinevirtual

Virtual destructor.

Member Function Documentation

◆ handleTable()

virtual void QtsTableHandlerInterface::handleTable ( QtsSectionDemux demux,
const QtsTable 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]demuxThe section demux.
[in]tableThe table.

Implemented in QtsStandaloneTableDemux, and QtlMovieTeletextSearch.


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