ImageEn, unit hyiedefs

TIEJobEvent


Declaration

type TIEJobEvent = procedure(Sender: TObject; job: TIEJob; per: integer) of object;


Description

A TIEJobEvent is called during ImageEn processing.

job is the job type in progress.
per is percentage of performed work related to job.

The job parameter can be one of these values:

iejNOTHING : No job / end of work
iejGENERALPROCESSING : generic job
iejVIDEOCAP_CONNECTING : video capture - connecting to video capture card