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

Interface to be implemented by classes which need to be notified of Teletext messages using a Teletext demux. More...

#include <tsTeletextHandlerInterface.h>

Inheritance diagram for ts::TeletextHandlerInterface:

Public Member Functions

virtual void handleTeletextMessage (TeletextDemux &demux, const TeletextFrame &frame)=0
 This hook is invoked when a complete Teletext message is available.
 

Detailed Description

Interface to be implemented by classes which need to be notified of Teletext messages using a Teletext demux.

Member Function Documentation

◆ handleTeletextMessage()

virtual void ts::TeletextHandlerInterface::handleTeletextMessage ( TeletextDemux demux,
const TeletextFrame frame 
)
pure virtual

This hook is invoked when a complete Teletext message is available.

Parameters
[in,out]demuxThe Teletext demux.
[in]frameTeletext frame.

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