TVideoGrabber.OnCreatePreallocFileCompleted

Prev

Next

TVideoGrabber

Events

 




































































































Occurs when the preallocated recording file has been fully created.


Declaration
property OnCreatePreallocFileCompleted: TOnCreatePreallocatedFileCompleted read FOnCreatePreallocFileCompleted write FOnCreatePreallocFileCompleted;


__property TOnCreatePreallocatedFileCompleted OnCreatePreallocFileCompleted=read=FOnCreatePreallocFileCompleted, write=FOnCreatePreallocFileCompleted


Event OnCreatePreallocFileCompleted(FileName As String, Success As Boolean)

Description

This TOnCreatePreallocatedFileCompleted event is used when PreallocCapFileEnabled is true (a preallocated huge capture file is used for recording).
Occurs when the preallocated recording has been fully created.


See Also
TOnCreatePreallocatedFileCompleted OnCopyPreallocDataCompleted OnCopyPreallocDataProgress OnCopyPreallocDataStarted OnCreatePreallocFileProgress OnCreatePreallocFileStarted