TVideoGrabber.OnCopyPreallocDataStarted

Prev

Next

TVideoGrabber

Events

 




































































































Occurs when the preallocated recording file begins to be copied.


Declaration
property OnCopyPreallocDataStarted: TOnSourceFileToDestFileStarted read FOnCopyPreallocDataStarted write FOnCopyPreallocDataStarted;


__property TOnSourceFileToDestFileStarted OnCopyPreallocDataStarted=read=FOnCopyPreallocDataStarted, write=FOnCopyPreallocDataStarted


Event OnCopyPreallocDataStarted(SourceFile As String, DestFile As String)

Description

This TOnSourceFileToDestFileStarted event is used when PreallocCapFileEnabled is true (a preallocated huge capture file is used for recording).
Occurs when the streams data begins to be copied from the pre-allocated AVI file to the final AVI file.


See Also
TOnCreatePreallocatedFileCompleted OnCopyPreallocDataCompleted OnCopyPreallocDataProgress OnCreatePreallocFileCompleted OnCreatePreallocFileProgress OnCreatePreallocFileStarted