Table of Contents

Struct VFPCompareData

Namespace
VisioForge.Core.VideoFingerPrinting
Assembly
VisioForge.Core.dll

Manages native video fingerprint comparison data structures with proper memory lifecycle management.

public struct VFPCompareData

Inherited Members

Constructors

VFPCompareData(int)

Initializes a new instance of the VisioForge.Core.VideoFingerPrinting.VFPCompareData struct with the specified duration.

public VFPCompareData(int duration)

Parameters

duration int

The expected duration of the video in seconds for memory allocation.

Properties

Data

Gets or sets the pointer to the native fingerprint comparison data structure.

public nint Data { readonly get; set; }

Property Value

nint

Methods

Free()

Releases the native memory resources associated with this comparison data structure.

public void Free()