Click or drag to resize

VFPAnalyzerGetComparingFingerprintForVideoFile Method

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

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

Parameters

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

Return Value

Type: VFPFingerPrint
Return fingerprint.
See Also