TVideoGrabber.OnCopyPreallocDataCompleted

Prev

Next

TVideoGrabber

Events

 




































































































Occurs after the preallocated recording file has been fully copied.


Declaration
property OnCopyPreallocDataCompleted: TOnSourceFileToDestFileCompleted read FOnCopyPreallocDataCompleted write FOnCopyPreallocDataCompleted;


__property TOnSourceFileToDestFileCompleted OnCopyPreallocDataCompleted=read=FOnCopyPreallocDataCompleted, write=FOnCopyPreallocDataCompleted


Event OnCopyPreallocDataCompleted(SourceFile As String, DestFile As String, Success As Boolean)

Description

This TOnSourceFileToDestFileCompleted event is 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.
As a result, the new file can be much smaller than the preallocated file.


See Also
TOnCreatePreallocatedFileCompleted OnCopyPreallocDataProgress OnCopyPreallocDataStarted OnCreatePreallocFileCompleted OnCreatePreallocFileProgress OnCreatePreallocFileStarted