OnCopyPreallocDataProgress
Delphi
property OnCopyPreallocDataProgress: TOnProgress read FOnCopyPreallocDataProgress write FOnCopyPreallocDataProgress;
C++Builder
__property TOnProgress OnCopyPreallocDataProgress = {read=FOnCopyPreallocDataProgress, write=FOnCopyPreallocDataProgress};
typedef void __fastcall (__closure *TOnProgress)(System::TObject* Sender, System::LongInt Percent, LargeInteger Position, LargeInteger Duration);
C#
public event OnCopyPreallocDataProgressEventHandler OnCopyPreallocDataProgress;
public delegate void OnCopyPreallocDataProgressEventHandler(object sender, TOnProgressEventArgs e);
VB.NET
Public Event OnCopyPreallocDataProgress As OnCopyPreallocDataProgressEventHandler
Public Delegate Sub OnCopyPreallocDataProgressEventHandler(sender As Object, e As TOnProgressEventArgs)
C++/Qt
void SetOnCopyPreallocDataProgress (TOnCopyPreallocDataProgressCb OnCopyPreallocDataProgressCb);
typedef void CALLBACK TOnCopyPreallocDataProgressCb (void *Object, void *Sender, int Percent, __int64 Position, __int64 Duration);
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.