HPS.Stream.ExportEventHandler
- class HPS.Stream.ExportEventHandler : public IDisposable
The ExportEventHandler class is the base class for user-defined ExportEvent handlers.
Public Functions
- void Handle (HPS.Stream.ExportEvent in_event)
The handler function for Stream ExportEvents. Override this function to process the ExportEvent to suit your needs. This function is called synchronously as data is exported by Stream; Stream export will be paused until this function returns.
- Param in_event
A pointer to the ExportEvent data.