TVideoGrabber.OnCopyPreallocDataProgress

Prev

Next

TVideoGrabber

Events

 




































































































Occurs periodically during the preallocated file copy.


Declaration
property OnCopyPreallocDataProgress: TOnProgress read FOnCopyPreallocDataProgress write FOnCopyPreallocDataProgress;


__property TOnProgress OnCopyPreallocDataProgress=read=FOnCopyPreallocDataProgress, write=FOnCopyPreallocDataProgress


Event OnCopyPreallocDataProgress(Percent As Long, Position As Double, Duration As Double)

Description

This TOnProgress event occurs periodically during the preallocated file copy.
Used when PreallocCapFileEnabled is true (a preallocated huge capture file is used for recording).
Occurs when the streams data has been fully copied from the pre-allocated AVI file to the final AVI file.


See Also
TOnCreatePreallocatedFileCompleted OnCopyPreallocDataCompleted OnCopyPreallocDataStarted OnCreatePreallocFileCompleted OnCreatePreallocFileProgress OnCreatePreallocFileStarted