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

Frame event.

Pascal
TVFFrameEvent = procedure (var Frame: TBitmap; StartTime, StopTime: Integer; out Updated: Boolean) of object;
C++
(var Frame: TBitmap; StartTime, StopTime: Integer; out Updated: Boolean) ( TVFFrameEvent)();
C#
TVFFrameEvent
Visual Basic
TVFFrameEvent
Java
TVFFrameEvent
IDL
(var Frame: TBitmap; StartTime, StopTime: Integer; out Updated: Boolean) ( TVFFrameEvent)();
JavaScript
TVFFrameEvent
PHP
TVFFrameEvent

VideoCaptureTypes

Parameters 
Description 
Frame 
Frame. 
StartTime 
Start time. 
StopTime 
Stop time. 
Updated 
Set true to make changes in video frame. 

type:

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