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

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 &section)=0
 This hook is invoked when a complete Section is available. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ~QtsSectionHandlerInterface()

virtual QtsSectionHandlerInterface::~QtsSectionHandlerInterface ( )
inlinevirtual

Virtual destructor.

Member Function Documentation

◆ handleSection()

virtual void QtsSectionHandlerInterface::handleSection ( QtsSectionDemux demux,
const QtsSection section 
)
pure virtual

This hook is invoked when a complete Section is available.

Parameters
[in,out]demuxThe section demux.
[in]sectionThe section.

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