Click or drag to resize

VFPFingerPrintV11 Class

Video fingerprint class (legacy, v11).
Inheritance Hierarchy
SystemObject
  VisioForge.VideoFingerPrintingVFPFingerPrintV11

Namespace:  VisioForge.VideoFingerPrinting
Assembly:  VisioForge.VideoFingerPrinting (in VisioForge.VideoFingerPrinting.dll) Version: 1.0.0
Syntax
public class VFPFingerPrintV11

The VFPFingerPrintV11 type exposes the following members.

Constructors
  NameDescription
Public methodVFPFingerPrintV11
Initializes a new instance of the VFPFingerPrintV11 class.
Top
Properties
  NameDescription
Public propertyData
Gets or sets fingerprint data.
Public propertyDuration
Gets or sets duration (in milliseconds).
Public propertyFrameRate
Gets or sets frame rate.
Public propertyHeight
Gets or sets the source height.
Public propertyID
Gets or sets unique ID.
Public propertyIgnoredAreas
Gets the ignored areas.
Public propertyOriginalDuration
Gets or sets original file duration (in milliseconds).
Public propertyOriginalFilename
Gets or sets original file name.
Public propertyTag
Gets or sets optional tag.
Public propertyWidth
Gets or sets the source width.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLoad(Byte)
Loads fingerprint from memory.
Public methodStatic memberLoad(String)
Loads fingerprint from file.
Public methodSave
Saves fingerprint to memory.
Public methodSave(String)
Saves fingerprint to file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also