TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
MPE (Multi-Protocol Encapsulation) demux handler interface. More...
#include <tsMPEHandlerInterface.h>
Public Member Functions | |
virtual void | handleMPENewPID (MPEDemux &demux, const PMT &pmt, PID pid)=0 |
This hook is invoked when a new PID carrying MPE is available. | |
virtual void | handleMPEPacket (MPEDemux &demux, const MPEPacket &mpe)=0 |
This hook is invoked when a new MPE packet is available. | |
MPE (Multi-Protocol Encapsulation) demux handler interface.
This abstract interface must be implemented by classes which need to be notified of PID's and packets using a MPEDemux.
|
pure virtual |
This hook is invoked when a new PID carrying MPE is available.
[in,out] | demux | A reference to the MPE demux. |
[in] | pmt | The PMT of the service describing this PID. |
[in] | pid | The PID carrying MPE sections. |
|
pure virtual |
This hook is invoked when a new MPE packet is available.
[in,out] | demux | A reference to the MPE demux. |
[in] | mpe | The MPE packet. |