VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFChangedFrameEvent Type

On changed frame event .

Pascal
TVFChangedFrameEvent = procedure (HDiff, HFrame: HBitmap; DiffTop, DiffLeft, DiffHeight, DiffWidth, FrameHeight, FrameWidth: Integer; DiffPercent, ChangedPerc: double) of object;
C++
(HDiff, HFrame: HBitmap; DiffTop, DiffLeft, DiffHeight, DiffWidth, FrameHeight, FrameWidth: Integer; DiffPercent, ChangedPerc: double) ( TVFChangedFrameEvent)();
C#
TVFChangedFrameEvent
Visual Basic
TVFChangedFrameEvent
Java
TVFChangedFrameEvent
IDL
(HDiff, HFrame: HBitmap; DiffTop, DiffLeft, DiffHeight, DiffWidth, FrameHeight, FrameWidth: Integer; DiffPercent, ChangedPerc: double) ( TVFChangedFrameEvent)();
JavaScript
TVFChangedFrameEvent
PHP
TVFChangedFrameEvent

VideoCaptureTypes

Parameters 
Description 
HFrame 
Frame. 
HDiff 
Difference frame. 
DiffTop 
Difference image top. 
DiffLeft 
Difference image left. 
DiffHeight 
Difference image height. 
DiffWidth 
Difference image width. 
FrameHeight 
Frame height. 
FrameWidth 
Frame width. 
DiffPercent 
Difference %. 
ChangedPerc 
Changed %. 

type:

Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!