| VFPFingerprintFromFrames Constructor  | 
 
            VFPFingerprintFromFrames constructor.
            
 
    Namespace: 
   VisioForge.VideoFingerPrinting
    Assembly:
   VisioForge.VideoFingerPrinting (in VisioForge.VideoFingerPrinting.dll) Version: 1.0.0
 Syntax
Syntaxpublic VFPFingerprintFromFrames(
	double frameRate,
	int width,
	int height,
	TimeSpan totalDuration
)
Public Sub New ( 
	frameRate As Double,
	width As Integer,
	height As Integer,
	totalDuration As TimeSpan
)
Parameters
- frameRate
- Type: SystemDouble
 Frame rate.
- width
- Type: SystemInt32
 Width.
- height
- Type: SystemInt32
 Height.
- totalDuration
- Type: SystemTimeSpan
 Total duration.
 See Also
See Also