TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Abstract interface to receive events from a plugin. More...
#include <tsPluginEventHandlerInterface.h>
Public Member Functions | |
virtual void | handlePluginEvent (const PluginEventContext &context)=0 |
This handler is invoked when a plugin signals an event for which this object is registered. | |
Abstract interface to receive events from a plugin.
This abstract interface must be implemented by classes which need to receive events from plugins.
Warnings:
|
pure virtual |
This handler is invoked when a plugin signals an event for which this object is registered.
[in] | context | Context containing all information about the event. |