Delegate VFPProgressCallback
- Namespace
- VisioForge.Core.VideoFingerPrinting
- Assembly
- VisioForge.Core.dll
Represents a callback method that reports progress during video fingerprinting operations.
public delegate void VFPProgressCallback(int percent)Parameters
percentint-
The progress percentage from 0 to 100.