TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Interface for classes which need to be notified of asynchronous ECM generation using ECMGClient. More...
#include <tsECMGClientHandlerInterface.h>
Public Member Functions | |
virtual void | handleECM (const ecmgscs::ECMResponse &response)=0 |
This hook is invoked when an ECM is available. | |
Interface for classes which need to be notified of asynchronous ECM generation using ECMGClient.
|
pure virtual |
This hook is invoked when an ECM is available.
It is invoked in the context of an internal thread of the ECMG client object.
[in] | response | The response from the ECMG. |