Table of Contents

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

percent int

The progress percentage from 0 to 100.