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

The error message describing what went wrong.