Delegate VFPErrorCallback
- Namespace
- VisioForge.Core.VideoFingerPrinting
- Assembly
- VisioForge.Core.dll
Represents a callback method that reports errors during video fingerprinting operations.
public delegate void VFPErrorCallback(string error)Parameters
errorstring-
The error message describing what went wrong.