Click or drag to resize

VFPFingerprintSource Class

Fingerprint source file.
Inheritance Hierarchy
SystemObject
  VisioForge.VideoFingerPrintingVFPFingerprintSource

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

The VFPFingerprintSource type exposes the following members.

Constructors
  NameDescription
Public methodVFPFingerprintSource
Initializes a new instance of the VFPFingerprintSource class.
Top
Properties
  NameDescription
Public propertyCustomCropSize
Gets or sets custom crop size. Left, Top, Right, Bottom is a distance from point to the side.
Public propertyCustomResolution
Gets or sets custom resolution for source file.
Public propertyEngine
Gets or sets decoding engine.
Public propertyFilename
Gets or sets fingerprint file name.
Public propertyIgnoredAreas
Gets the ignored areas.
Public propertyOriginalDuration
Gets or sets original file duration.
Public propertyStartTime
Gets or sets start time (milliseconds).
Public propertyStopTime
Gets or sets stop time (milliseconds).
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also