TSDuck v3.38-3699
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::ECMGClientHandlerInterface Class Referenceabstract

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.
 

Detailed Description

Interface for classes which need to be notified of asynchronous ECM generation using ECMGClient.

Member Function Documentation

◆ handleECM()

virtual void ts::ECMGClientHandlerInterface::handleECM ( const ecmgscs::ECMResponse response)
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.

Parameters
[in]responseThe response from the ECMG.

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