Table of Contents

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

error string

A descriptive error message explaining what went wrong during the fingerprinting operation.

Remarks

This callback is invoked when an error occurs during fingerprinting operations such as file access failures, codec issues, insufficient memory, or invalid parameters. The error message provides details to help diagnose and resolve the issue. After this callback is invoked, the fingerprinting operation typically terminates.