Interface to be implemented by classes which need to be notified of sections using a section demux. More...
Public Member Functions | |
virtual | ~QtsSectionHandlerInterface () |
Virtual destructor. More... | |
virtual void | handleSection (QtsSectionDemux &demux, const QtsSection §ion)=0 |
This hook is invoked when a complete Section is available. More... | |
Interface to be implemented by classes which need to be notified of sections using a section demux.
|
inlinevirtual |
Virtual destructor.
|
pure virtual |
This hook is invoked when a complete Section is available.
[in,out] | demux | The section demux. |
[in] | section | The section. |