Click or drag to resize

VFPAnalyzerGetSearchFingerprintForVideoFile Method

Gets fingerprint for a video file, that can be used to search files.

Namespace:  VisioForge.VideoFingerPrinting
Assembly:  VisioForge.VideoFingerPrinting (in VisioForge.VideoFingerPrinting.dll) Version: 1.0.0
Syntax
public static VFPFingerPrint GetSearchFingerprintForVideoFile(
	VFPFingerprintSource source,
	VFPErrorCallback errorDelegate = null,
	VFPProgressCallback progressDelegate = null
)

Parameters

source
Type: VisioForge.VideoFingerPrintingVFPFingerprintSource
Source.
errorDelegate (Optional)
Type: VisioForge.VideoFingerPrintingVFPErrorCallback
Error delegate.
progressDelegate (Optional)
Type: VisioForge.VideoFingerPrintingVFPProgressCallback
Progress delegate.

Return Value

Type: VFPFingerPrint
Return fingerprint.
See Also