Interface to be implemented by classes which need to be notified of PES packets using a PES demux. More...
Public Member Functions | |
virtual | ~QtsPesHandlerInterface () |
Virtual destructor. More... | |
virtual void | handlePesPacket (QtsPesDemux &demux, const QtsPesPacket &packet)=0 |
This hook is invoked when a complete PES packet is available. More... | |
Interface to be implemented by classes which need to be notified of PES packets using a PES demux.
|
inlinevirtual |
Virtual destructor.
|
pure virtual |
This hook is invoked when a complete PES packet is available.
[in,out] | demux | The PES demux. |
[in] | packet | The PES packet. |